Html Css Color HEX #254068 Catalina Blue

📋 copy color: '#254068'

red 37 ◦ green 64 ◦ blue 104

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

Shades of Catalina Blue #254068

Tints of Catalina Blue #254068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 18.05%
G = 31.22%
B = 50.73%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#254068 (or 0x254068) is known color: Catalina Blue. HEX triplet: 25, 40 and 68. RGB value is (37,64,104). Sum of RGB (Red+Green+Blue) = 37+64+104=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #254068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254068 is #DABF97. Grayscale: #3C3C3C. Windows color (decimal): -14335896 or 6832165. OLE color: 6832165.

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

Color convert

RGB 37 64 104 -
CMYK 0.64 0.38 0 0.59
HSL 215.82º 0.48% 0.28% -
HSV(B) 215.82º 0.64% 0.41% -
XYZ 5.1 5.06 13.8 -
YUV 60.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 37 64 104 0.64 0.38 0 0.59 215.82 0.48 0.28
Hex 25 40 68 40 26 0 3B D8 30 1C
Octal 45 100 150 100 46 0 73 330 60 34
Binary 100101 1000000 1101000 1000000 100110 0 111011 11011000 110000 11100

Color Harmonies of #254068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254068

Black with #254068

Text Example


Text Example

White with #254068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254068; }

 p { color: rgb(37,64,104); }

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

background-color css

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

 a { background-color: rgb(37,64,104); }

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

border-color css

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

 span { border-color: rgb(37,64,104); }

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