Html Css Color HEX #27435F Catalina Blue

📋 copy color: '#27435F'

red 39 ◦ green 67 ◦ blue 95

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

Shades of Catalina Blue #27435F

Tints of Catalina Blue #27435F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

 BLUE value IS 95 (37.5% from 255) = 47.26%

R = 19.4%
G = 33.33%
B = 47.26%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27435F (or 0x27435F) is known color: Catalina Blue. HEX triplet: 27, 43 and 5F. RGB value is (39,67,95). Sum of RGB (Red+Green+Blue) = 39+67+95=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #27435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27435F is #D8BCA0. Grayscale: #3D3D3D. Windows color (decimal): -14204065 or 6243111. OLE color: 6243111.

HSL color Cylindrical-coordinate representation of color #27435F: hue angle of 210º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27435F is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 67 95 -
CMYK 0.59 0.29 0 0.63
HSL 210º 0.42% 0.26% -
HSV(B) 210º 0.59% 0.37% -
XYZ 4.91 5.27 11.59 -
YUV 61.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 39 67 95 0.59 0.29 0 0.63 210 0.42 0.26
Hex 27 43 5F 3B 1D 0 3F D2 2A 1A
Octal 47 103 137 73 35 0 77 322 52 32
Binary 100111 1000011 1011111 111011 11101 0 111111 11010010 101010 11010

Color Harmonies of #27435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27435F

Black with #27435F

Text Example


Text Example

White with #27435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27435F; }

 p { color: rgb(39,67,95); }

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

background-color css

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

 a { background-color: rgb(39,67,95); }

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

border-color css

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

 span { border-color: rgb(39,67,95); }

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