Html Css Color HEX #254167 Catalina Blue

📋 copy color: '#254167'

red 37 ◦ green 65 ◦ blue 103

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

Shades of Catalina Blue #254167

Tints of Catalina Blue #254167

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

 BLUE value IS 103 (40.63% from 255) = 50.24%

R = 18.05%
G = 31.71%
B = 50.24%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#254167 (or 0x254167) is known color: Catalina Blue. HEX triplet: 25, 41 and 67. RGB value is (37,65,103). Sum of RGB (Red+Green+Blue) = 37+65+103=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #254167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254167 is #DABE98. Grayscale: #3C3C3C. Windows color (decimal): -14335641 or 6766885. OLE color: 6766885.

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

Color convert

RGB 37 65 103 -
CMYK 0.64 0.37 0 0.60
HSL 214.55º 0.47% 0.27% -
HSV(B) 214.55º 0.64% 0.4% -
XYZ 5.1 5.15 13.56 -
YUV 60.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 37 65 103 0.64 0.37 0 0.60 214.55 0.47 0.27
Hex 25 41 67 40 25 0 3C D7 2F 1B
Octal 45 101 147 100 45 0 74 327 57 33
Binary 100101 1000001 1100111 1000000 100101 0 111100 11010111 101111 11011

Color Harmonies of #254167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254167

Black with #254167

Text Example


Text Example

White with #254167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254167; }

 p { color: rgb(37,65,103); }

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

background-color css

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

 a { background-color: rgb(37,65,103); }

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

border-color css

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

 span { border-color: rgb(37,65,103); }

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