Html Css Color HEX #302B71 Deep Koamaru

📋 copy color: '#302B71'

red 48 ◦ green 43 ◦ blue 113

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

Shades of Deep Koamaru #302B71

Tints of Deep Koamaru #302B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

 BLUE value IS 113 (44.53% from 255) = 55.39%

R = 23.53%
G = 21.08%
B = 55.39%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#302B71 (or 0x302B71) is known color: Deep Koamaru. HEX triplet: 30, 2B and 71. RGB value is (48,43,113). Sum of RGB (Red+Green+Blue) = 48+43+113=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #302B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B71 is #CFD48E. Grayscale: #343434. Windows color (decimal): -13620367 or 7416624. OLE color: 7416624.

HSL color Cylindrical-coordinate representation of color #302B71: hue angle of 244.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302B71 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 43 113 -
CMYK 0.58 0.62 0 0.56
HSL 244.29º 0.45% 0.31% -
HSV(B) 244.29º 0.62% 0.44% -
XYZ 5.06 3.55 16.04 -
YUV 52.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 48 43 113 0.58 0.62 0 0.56 244.29 0.45 0.31
Hex 30 2B 71 3A 3E 0 38 F4 2D 1F
Octal 60 53 161 72 76 0 70 364 55 37
Binary 110000 101011 1110001 111010 111110 0 111000 11110100 101101 11111

Color Harmonies of #302B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B71

Black with #302B71

Text Example


Text Example

White with #302B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302B71; }

 p { color: rgb(48,43,113); }

 H1.HeaderClassName
 {
   color: #302B71;
 }
 .AnyTagClassName
 {
   color: #302B71;
 }
</style>

background-color css

<style>
 a { background-color: #302B71; }

 a { background-color: rgb(48,43,113); }

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

border-color css

<style>
 span { border-color: #302B71; }

 span { border-color: rgb(48,43,113); }

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