Html Css Color HEX #254465 Catalina Blue

📋 copy color: '#254465'

red 37 ◦ green 68 ◦ blue 101

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

Shades of Catalina Blue #254465

Tints of Catalina Blue #254465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.03%

R = 17.96%
G = 33.01%
B = 49.03%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#254465 (or 0x254465) is known color: Catalina Blue. HEX triplet: 25, 44 and 65. RGB value is (37,68,101). Sum of RGB (Red+Green+Blue) = 37+68+101=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #254465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254465 is #DABB9A. Grayscale: #3E3E3E. Windows color (decimal): -14334875 or 6636581. OLE color: 6636581.

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

Color convert

RGB 37 68 101 -
CMYK 0.63 0.33 0 0.60
HSL 210.94º 0.46% 0.27% -
HSV(B) 210.94º 0.63% 0.4% -
XYZ 5.18 5.47 13.09 -
YUV 62.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 37 68 101 0.63 0.33 0 0.60 210.94 0.46 0.27
Hex 25 44 65 3F 21 0 3C D3 2E 1B
Octal 45 104 145 77 41 0 74 323 56 33
Binary 100101 1000100 1100101 111111 100001 0 111100 11010011 101110 11011

Color Harmonies of #254465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254465

Black with #254465

Text Example


Text Example

White with #254465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254465; }

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

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

background-color css

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

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

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

border-color css

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

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

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