Html Css Color HEX #27304C Bunting

📋 copy color: '#27304C'

red 39 ◦ green 48 ◦ blue 76

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

Shades of Bunting #27304C

Tints of Bunting #27304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

 BLUE value IS 76 (30.08% from 255) = 46.63%

R = 23.93%
G = 29.45%
B = 46.63%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27304C (or 0x27304C) is known color: Bunting. HEX triplet: 27, 30 and 4C. RGB value is (39,48,76). Sum of RGB (Red+Green+Blue) = 39+48+76=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #27304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27304C is #D8CFB3. Grayscale: #303030. Windows color (decimal): -14208948 or 4993063. OLE color: 4993063.

HSL color Cylindrical-coordinate representation of color #27304C: hue angle of 225.41º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27304C is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 48 76 -
CMYK 0.49 0.37 0 0.70
HSL 225.41º 0.32% 0.23% -
HSV(B) 225.41º 0.49% 0.3% -
XYZ 3.2 3.07 7.26 -
YUV 48.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 39 48 76 0.49 0.37 0 0.70 225.41 0.32 0.23
Hex 27 30 4C 31 25 0 46 E1 20 17
Octal 47 60 114 61 45 0 106 341 40 27
Binary 100111 110000 1001100 110001 100101 0 1000110 11100001 100000 10111

Color Harmonies of #27304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27304C

Black with #27304C

Text Example


Text Example

White with #27304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27304C; }

 p { color: rgb(39,48,76); }

 H1.HeaderClassName
 {
   color: #27304C;
 }
 .AnyTagClassName
 {
   color: #27304C;
 }
</style>

background-color css

<style>
 a { background-color: #27304C; }

 a { background-color: rgb(39,48,76); }

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

border-color css

<style>
 span { border-color: #27304C; }

 span { border-color: rgb(39,48,76); }

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