Html Css Color HEX #30374E Bunting

📋 copy color: '#30374E'

red 48 ◦ green 55 ◦ blue 78

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

Shades of Bunting #30374E

Tints of Bunting #30374E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.39%

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

R = 26.52%
G = 30.39%
B = 43.09%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30374E (or 0x30374E) is known color: Bunting. HEX triplet: 30, 37 and 4E. RGB value is (48,55,78). Sum of RGB (Red+Green+Blue) = 48+55+78=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #30374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30374E is #CFC8B1. Grayscale: #373737. Windows color (decimal): -13617330 or 5125936. OLE color: 5125936.

HSL color Cylindrical-coordinate representation of color #30374E: hue angle of 226º 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 #30374E is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 55 78 -
CMYK 0.38 0.29 0 0.69
HSL 226º 0.24% 0.25% -
HSV(B) 226º 0.38% 0.31% -
XYZ 3.96 3.91 7.75 -
YUV 55.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 48 55 78 0.38 0.29 0 0.69 226 0.24 0.25
Hex 30 37 4E 26 1D 0 45 E2 18 19
Octal 60 67 116 46 35 0 105 342 30 31
Binary 110000 110111 1001110 100110 11101 0 1000101 11100010 11000 11001

Color Harmonies of #30374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30374E

Black with #30374E

Text Example


Text Example

White with #30374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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