Html Css Color HEX #30364B Bunting

📋 copy color: '#30364B'

red 48 ◦ green 54 ◦ blue 75

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

Shades of Bunting #30364B

Tints of Bunting #30364B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 42.37%

R = 27.12%
G = 30.51%
B = 42.37%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30364B (or 0x30364B) is known color: Bunting. HEX triplet: 30, 36 and 4B. RGB value is (48,54,75). Sum of RGB (Red+Green+Blue) = 48+54+75=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #30364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30364B is #CFC9B4. Grayscale: #363636. Windows color (decimal): -13617589 or 4929072. OLE color: 4929072.

HSL color Cylindrical-coordinate representation of color #30364B: hue angle of 226.67º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #30364B is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 54 75 -
CMYK 0.36 0.28 0 0.71
HSL 226.67º 0.22% 0.24% -
HSV(B) 226.67º 0.36% 0.29% -
XYZ 3.81 3.77 7.18 -
YUV 54.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 48 54 75 0.36 0.28 0 0.71 226.67 0.22 0.24
Hex 30 36 4B 24 1C 0 47 E3 16 18
Octal 60 66 113 44 34 0 107 343 26 30
Binary 110000 110110 1001011 100100 11100 0 1000111 11100011 10110 11000

Color Harmonies of #30364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30364B

Black with #30364B

Text Example


Text Example

White with #30364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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