Html Css Color HEX #253964 Catalina Blue

📋 copy color: '#253964'

red 37 ◦ green 57 ◦ blue 100

#253964
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #253964

Tints of Catalina Blue #253964

RGB

 RED value IS 37 (14.84% from 255) = 19.07%

 GREEN value IS 57 (22.66% from 255) = 29.38%

 BLUE value IS 100 (39.45% from 255) = 51.55%

R = 19.07%
G = 29.38%
B = 51.55%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#253964 (or 0x253964) is known color: Catalina Blue. HEX triplet: 25, 39 and 64. RGB value is (37,57,100). Sum of RGB (Red+Green+Blue) = 37+57+100=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 100 (39.45% from 255 or 51.55% from 194); Max value from RGB is 100 - color contains mainly: blue. Hex color #253964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253964 is #DAC69B. Grayscale: #373737. Windows color (decimal): -14337692 or 6568229. OLE color: 6568229.

HSL color Cylindrical-coordinate representation of color #253964: hue angle of 220.95º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253964 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 57 100 -
CMYK 0.63 0.43 0 0.61
HSL 220.95º 0.46% 0.27% -
HSV(B) 220.95º 0.63% 0.39% -
XYZ 4.53 4.24 12.64 -
YUV 55.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 37 57 100 0.63 0.43 0 0.61 220.95 0.46 0.27
Hex 25 39 64 3F 2B 0 3D DD 2E 1B
Octal 45 71 144 77 53 0 75 335 56 33
Binary 100101 111001 1100100 111111 101011 0 111101 11011101 101110 11011

Color Harmonies of #253964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253964

Black with #253964

Text Example


Text Example

White with #253964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253964; }

 p { color: rgb(37,57,100); }

 H1.HeaderClassName
 {
   color: #253964;
 }
 .AnyTagClassName
 {
   color: #253964;
 }
</style>

background-color css

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

 a { background-color: rgb(37,57,100); }

 div.DivClassName
 {
   background-color: #253964;
 }
 .BgClassName
 {
   background-color: #253964;
 }
</style>

border-color css

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

 span { border-color: rgb(37,57,100); }

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