Html Css Color HEX #27435E Regal Blue

📋 copy color: '#27435E'

red 39 ◦ green 67 ◦ blue 94

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

Shades of Regal Blue #27435E

Tints of Regal Blue #27435E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47%

R = 19.5%
G = 33.5%
B = 47%

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

#27435E (or 0x27435E) is known color: Regal Blue. HEX triplet: 27, 43 and 5E. RGB value is (39,67,94). Sum of RGB (Red+Green+Blue) = 39+67+94=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #27435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27435E is #D8BCA1. Grayscale: #3D3D3D. Windows color (decimal): -14204066 or 6177575. OLE color: 6177575.

HSL color Cylindrical-coordinate representation of color #27435E: hue angle of 209.45º degrees, saturation: 0.41, 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 #27435E is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 67 94 -
CMYK 0.59 0.29 0 0.63
HSL 209.45º 0.41% 0.26% -
HSV(B) 209.45º 0.59% 0.37% -
XYZ 4.86 5.25 11.35 -
YUV 61.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 39 67 94 0.59 0.29 0 0.63 209.45 0.41 0.26
Hex 27 43 5E 3B 1D 0 3F D1 29 1A
Octal 47 103 136 73 35 0 77 321 51 32
Binary 100111 1000011 1011110 111011 11101 0 111111 11010001 101001 11010

Color Harmonies of #27435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27435E

Black with #27435E

Text Example


Text Example

White with #27435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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