Html Css Color HEX #27385A Catalina Blue

📋 copy color: '#27385A'

red 39 ◦ green 56 ◦ blue 90

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

Shades of Catalina Blue #27385A

Tints of Catalina Blue #27385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.27%

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 21.08%
G = 30.27%
B = 48.65%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#27385A (or 0x27385A) is known color: Catalina Blue. HEX triplet: 27, 38 and 5A. RGB value is (39,56,90). Sum of RGB (Red+Green+Blue) = 39+56+90=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #27385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27385A is #D8C7A5. Grayscale: #363636. Windows color (decimal): -14206886 or 5912615. OLE color: 5912615.

HSL color Cylindrical-coordinate representation of color #27385A: hue angle of 220º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27385A is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 56 90 -
CMYK 0.57 0.38 0 0.65
HSL 220º 0.4% 0.25% -
HSV(B) 220º 0.57% 0.35% -
XYZ 4.1 4 10.23 -
YUV 54.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 39 56 90 0.57 0.38 0 0.65 220 0.4 0.25
Hex 27 38 5A 39 26 0 41 DC 28 19
Octal 47 70 132 71 46 0 101 334 50 31
Binary 100111 111000 1011010 111001 100110 0 1000001 11011100 101000 11001

Color Harmonies of #27385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27385A

Black with #27385A

Text Example


Text Example

White with #27385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27385A; }

 p { color: rgb(39,56,90); }

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

background-color css

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

 a { background-color: rgb(39,56,90); }

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

border-color css

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

 span { border-color: rgb(39,56,90); }

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