Html Css Color HEX #27466E Catalina Blue

📋 copy color: '#27466E'

red 39 ◦ green 70 ◦ blue 110

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

Shades of Catalina Blue #27466E

Tints of Catalina Blue #27466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

 BLUE value IS 110 (43.36% from 255) = 50.23%

R = 17.81%
G = 31.96%
B = 50.23%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27466E (or 0x27466E) is known color: Catalina Blue. HEX triplet: 27, 46 and 6E. RGB value is (39,70,110). Sum of RGB (Red+Green+Blue) = 39+70+110=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #27466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27466E is #D8B991. Grayscale: #414141. Windows color (decimal): -14203282 or 7226919. OLE color: 7226919.

HSL color Cylindrical-coordinate representation of color #27466E: hue angle of 213.8º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27466E is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 70 110 -
CMYK 0.65 0.36 0 0.57
HSL 213.8º 0.48% 0.29% -
HSV(B) 213.8º 0.65% 0.43% -
XYZ 5.84 5.94 15.59 -
YUV 65.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 39 70 110 0.65 0.36 0 0.57 213.8 0.48 0.29
Hex 27 46 6E 41 24 0 39 D6 30 1D
Octal 47 106 156 101 44 0 71 326 60 35
Binary 100111 1000110 1101110 1000001 100100 0 111001 11010110 110000 11101

Color Harmonies of #27466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27466E

Black with #27466E

Text Example


Text Example

White with #27466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27466E; }

 p { color: rgb(39,70,110); }

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

background-color css

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

 a { background-color: rgb(39,70,110); }

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

border-color css

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

 span { border-color: rgb(39,70,110); }

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