Html Css Color HEX #274067 Catalina Blue

📋 copy color: '#274067'

red 39 ◦ green 64 ◦ blue 103

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

Shades of Catalina Blue #274067

Tints of Catalina Blue #274067

RGB

 RED value IS 39 (15.63% from 255) = 18.93%

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

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

R = 18.93%
G = 31.07%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#274067 (or 0x274067) is known color: Catalina Blue. HEX triplet: 27, 40 and 67. RGB value is (39,64,103). Sum of RGB (Red+Green+Blue) = 39+64+103=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #274067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274067 is #D8BF98. Grayscale: #3C3C3C. Windows color (decimal): -14204825 or 6766631. OLE color: 6766631.

HSL color Cylindrical-coordinate representation of color #274067: hue angle of 216.56º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274067 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 64 103 -
CMYK 0.62 0.38 0 0.60
HSL 216.56º 0.45% 0.28% -
HSV(B) 216.56º 0.62% 0.4% -
XYZ 5.12 5.08 13.54 -
YUV 60.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 39 64 103 0.62 0.38 0 0.60 216.56 0.45 0.28
Hex 27 40 67 3E 26 0 3C D9 2D 1C
Octal 47 100 147 76 46 0 74 331 55 34
Binary 100111 1000000 1100111 111110 100110 0 111100 11011001 101101 11100

Color Harmonies of #274067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274067

Black with #274067

Text Example


Text Example

White with #274067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274067; }

 p { color: rgb(39,64,103); }

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

background-color css

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

 a { background-color: rgb(39,64,103); }

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

border-color css

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

 span { border-color: rgb(39,64,103); }

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