Html Css Color HEX #253F6C Catalina Blue

📋 copy color: '#253F6C'

red 37 ◦ green 63 ◦ blue 108

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

Shades of Catalina Blue #253F6C

Tints of Catalina Blue #253F6C

RGB

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

 GREEN value IS 63 (25% from 255) = 30.29%

 BLUE value IS 108 (42.58% from 255) = 51.92%

R = 17.79%
G = 30.29%
B = 51.92%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#253F6C (or 0x253F6C) is known color: Catalina Blue. HEX triplet: 25, 3F and 6C. RGB value is (37,63,108). Sum of RGB (Red+Green+Blue) = 37+63+108=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #253F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F6C is #DAC093. Grayscale: #3C3C3C. Windows color (decimal): -14336148 or 7094053. OLE color: 7094053.

HSL color Cylindrical-coordinate representation of color #253F6C: hue angle of 218.03º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #253F6C is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 63 108 -
CMYK 0.66 0.42 0 0.58
HSL 218.03º 0.49% 0.28% -
HSV(B) 218.03º 0.66% 0.42% -
XYZ 5.25 5.03 14.88 -
YUV 60.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 37 63 108 0.66 0.42 0 0.58 218.03 0.49 0.28
Hex 25 3F 6C 42 2A 0 3A DA 31 1C
Octal 45 77 154 102 52 0 72 332 61 34
Binary 100101 111111 1101100 1000010 101010 0 111010 11011010 110001 11100

Color Harmonies of #253F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F6C

Black with #253F6C

Text Example


Text Example

White with #253F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,63,108); }

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

background-color css

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

 a { background-color: rgb(37,63,108); }

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

border-color css

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

 span { border-color: rgb(37,63,108); }

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