Html Css Color HEX #254469 Catalina Blue

📋 copy color: '#254469'

red 37 ◦ green 68 ◦ blue 105

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

Shades of Catalina Blue #254469

Tints of Catalina Blue #254469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.38%

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

R = 17.62%
G = 32.38%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#254469 (or 0x254469) is known color: Catalina Blue. HEX triplet: 25, 44 and 69. RGB value is (37,68,105). Sum of RGB (Red+Green+Blue) = 37+68+105=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #254469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254469 is #DABB96. Grayscale: #3E3E3E. Windows color (decimal): -14334871 or 6898725. OLE color: 6898725.

HSL color Cylindrical-coordinate representation of color #254469: hue angle of 212.65º 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 #254469 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 68 105 -
CMYK 0.65 0.35 0 0.59
HSL 212.65º 0.48% 0.28% -
HSV(B) 212.65º 0.65% 0.41% -
XYZ 5.38 5.55 14.15 -
YUV 62.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 37 68 105 0.65 0.35 0 0.59 212.65 0.48 0.28
Hex 25 44 69 41 23 0 3B D5 30 1C
Octal 45 104 151 101 43 0 73 325 60 34
Binary 100101 1000100 1101001 1000001 100011 0 111011 11010101 110000 11100

Color Harmonies of #254469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254469

Black with #254469

Text Example


Text Example

White with #254469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254469; }

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

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

background-color css

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

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

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

border-color css

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

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

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