Html Css Color HEX #30364E Bunting

📋 copy color: '#30364E'

red 48 ◦ green 54 ◦ blue 78

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

Shades of Bunting #30364E

Tints of Bunting #30364E

RGB

 RED value IS 48 (19.14% from 255) = 26.67%

 GREEN value IS 54 (21.48% from 255) = 30%

 BLUE value IS 78 (30.86% from 255) = 43.33%

R = 26.67%
G = 30%
B = 43.33%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30364E (or 0x30364E) is known color: Bunting. HEX triplet: 30, 36 and 4E. RGB value is (48,54,78). Sum of RGB (Red+Green+Blue) = 48+54+78=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #30364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30364E is #CFC9B1. Grayscale: #363636. Windows color (decimal): -13617586 or 5125680. OLE color: 5125680.

HSL color Cylindrical-coordinate representation of color #30364E: hue angle of 228º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30364E is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 54 78 -
CMYK 0.38 0.31 0 0.69
HSL 228º 0.24% 0.25% -
HSV(B) 228º 0.38% 0.31% -
XYZ 3.91 3.82 7.74 -
YUV 54.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 48 54 78 0.38 0.31 0 0.69 228 0.24 0.25
Hex 30 36 4E 26 1F 0 45 E4 18 19
Octal 60 66 116 46 37 0 105 344 30 31
Binary 110000 110110 1001110 100110 11111 0 1000101 11100100 11000 11001

Color Harmonies of #30364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30364E

Black with #30364E

Text Example


Text Example

White with #30364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,54,78); }

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

background-color css

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

 a { background-color: rgb(48,54,78); }

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

border-color css

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

 span { border-color: rgb(48,54,78); }

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