Html Css Color HEX #27466D Catalina Blue

📋 copy color: '#27466D'

red 39 ◦ green 70 ◦ blue 109

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

Shades of Catalina Blue #27466D

Tints of Catalina Blue #27466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50%

R = 17.89%
G = 32.11%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27466D (or 0x27466D) is known color: Catalina Blue. HEX triplet: 27, 46 and 6D. RGB value is (39,70,109). Sum of RGB (Red+Green+Blue) = 39+70+109=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #27466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27466D is #D8B992. Grayscale: #404040. Windows color (decimal): -14203283 or 7161383. OLE color: 7161383.

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

Color convert

RGB 39 70 109 -
CMYK 0.64 0.36 0 0.57
HSL 213.43º 0.47% 0.29% -
HSV(B) 213.43º 0.64% 0.43% -
XYZ 5.79 5.92 15.3 -
YUV 65.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 39 70 109 0.64 0.36 0 0.57 213.43 0.47 0.29
Hex 27 46 6D 40 24 0 39 D5 2F 1D
Octal 47 106 155 100 44 0 71 325 57 35
Binary 100111 1000110 1101101 1000000 100100 0 111001 11010101 101111 11101

Color Harmonies of #27466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27466D

Black with #27466D

Text Example


Text Example

White with #27466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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