Html Css Color HEX #27446D Catalina Blue

📋 copy color: '#27446D'

red 39 ◦ green 68 ◦ blue 109

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

Shades of Catalina Blue #27446D

Tints of Catalina Blue #27446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

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

R = 18.06%
G = 31.48%
B = 50.46%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27446D (or 0x27446D) is known color: Catalina Blue. HEX triplet: 27, 44 and 6D. RGB value is (39,68,109). Sum of RGB (Red+Green+Blue) = 39+68+109=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #27446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27446D is #D8BB92. Grayscale: #3F3F3F. Windows color (decimal): -14203795 or 7160871. OLE color: 7160871.

HSL color Cylindrical-coordinate representation of color #27446D: hue angle of 215.14º 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 #27446D is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 68 109 -
CMYK 0.64 0.38 0 0.57
HSL 215.14º 0.47% 0.29% -
HSV(B) 215.14º 0.64% 0.43% -
XYZ 5.66 5.67 15.26 -
YUV 64 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 39 68 109 0.64 0.38 0 0.57 215.14 0.47 0.29
Hex 27 44 6D 40 26 0 39 D7 2F 1D
Octal 47 104 155 100 46 0 71 327 57 35
Binary 100111 1000100 1101101 1000000 100110 0 111001 11010111 101111 11101

Color Harmonies of #27446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27446D

Black with #27446D

Text Example


Text Example

White with #27446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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