#253A67

Color #253A67 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #253A67

Tints of Catalina Blue #253A67

Color information

#253A67 (or 0x253A67) is unknown color: approx Catalina Blue. HEX triplet: 25, 3A and 67. RGB value is (37,58,103). Sum of RGB (Red+Green+Blue) = 37+58+103=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #253A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A67 is #DAC598. Grayscale: #383838. Windows color (decimal): -14337433 or 6765093. OLE color: 6765093.

HSL color Cylindrical-coordinate representation of color #253A67: hue angle of 220.91º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253A67 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3758103-
CMYK0.640.4400.60
HSL220.91º47.14%27.45%-
HSV(B)220.91º64.08%40.39%-
XYZ4.724.413.43-
YUV56.85154.04113.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 103 (40.62% from 255) = 52.02%
R=18.69%
G=29.29%
B=52.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37581030.640.4400.60220.9147.1427.45
Hex253A67402C03Cdd2f1b
Octal4572147100540743355733
Binary1001011110101100111100000010110001111001101110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253A67; }

 p { color: rgb(37,58,103); }

 H1.HeaderClassName
 {
   color: #253A67;
 }
 .AnyTagClassName
 {
   color: #253A67;
 }
</style>
background-color css

<style>
 a { background-color: #253A67; }

 a { background-color: rgb(37,58,103); }

 div.DivClassName
 {
   background-color: #253A67;
 }
 .BgClassName
 {
   background-color: #253A67;
 }
</style>
border-color css

<style>
 span { border-color: #253A67; }

 span { border-color: rgb(37,58,103); }

 td.TdClassName
 {
   border-color: #253A67;
 }
 .TagClassName
 {
   border-color: #253A67;
 }
</style>