Html Css Color HEX #254269 Catalina Blue

📋 copy color: '#254269'

red 37 ◦ green 66 ◦ blue 105

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

Shades of Catalina Blue #254269

Tints of Catalina Blue #254269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 17.79%
G = 31.73%
B = 50.48%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#254269 (or 0x254269) is known color: Catalina Blue. HEX triplet: 25, 42 and 69. RGB value is (37,66,105). Sum of RGB (Red+Green+Blue) = 37+66+105=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #254269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254269 is #DABD96. Grayscale: #3D3D3D. Windows color (decimal): -14335383 or 6898213. OLE color: 6898213.

HSL color Cylindrical-coordinate representation of color #254269: hue angle of 214.41º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #254269 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 66 105 -
CMYK 0.65 0.37 0 0.59
HSL 214.41º 0.48% 0.28% -
HSV(B) 214.41º 0.65% 0.41% -
XYZ 5.26 5.31 14.11 -
YUV 61.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 37 66 105 0.65 0.37 0 0.59 214.41 0.48 0.28
Hex 25 42 69 41 25 0 3B D6 30 1C
Octal 45 102 151 101 45 0 73 326 60 34
Binary 100101 1000010 1101001 1000001 100101 0 111011 11010110 110000 11100

Color Harmonies of #254269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254269

Black with #254269

Text Example


Text Example

White with #254269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254269; }

 p { color: rgb(37,66,105); }

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

background-color css

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

 a { background-color: rgb(37,66,105); }

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

border-color css

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

 span { border-color: rgb(37,66,105); }

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