Html Css Color HEX #302B6D Deep Koamaru

📋 copy color: '#302B6D'

red 48 ◦ green 43 ◦ blue 109

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

Shades of Deep Koamaru #302B6D

Tints of Deep Koamaru #302B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 54.5%

R = 24%
G = 21.5%
B = 54.5%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#302B6D (or 0x302B6D) is known color: Deep Koamaru. HEX triplet: 30, 2B and 6D. RGB value is (48,43,109). Sum of RGB (Red+Green+Blue) = 48+43+109=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #302B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B6D is #CFD492. Grayscale: #333333. Windows color (decimal): -13620371 or 7154480. OLE color: 7154480.

HSL color Cylindrical-coordinate representation of color #302B6D: hue angle of 244.55º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #302B6D is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 43 109 -
CMYK 0.56 0.61 0 0.57
HSL 244.55º 0.43% 0.3% -
HSV(B) 244.55º 0.61% 0.43% -
XYZ 4.84 3.46 14.88 -
YUV 52.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 48 43 109 0.56 0.61 0 0.57 244.55 0.43 0.3
Hex 30 2B 6D 38 3D 0 39 F5 2B 1E
Octal 60 53 155 70 75 0 71 365 53 36
Binary 110000 101011 1101101 111000 111101 0 111001 11110101 101011 11110

Color Harmonies of #302B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B6D

Black with #302B6D

Text Example


Text Example

White with #302B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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