Html Css Color HEX #302C6E Deep Koamaru

📋 copy color: '#302C6E'

red 48 ◦ green 44 ◦ blue 110

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

Shades of Deep Koamaru #302C6E

Tints of Deep Koamaru #302C6E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.78%

 BLUE value IS 110 (43.36% from 255) = 54.46%

R = 23.76%
G = 21.78%
B = 54.46%

CMYK

 C value IS 0.56

 M value IS 0.6

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#302C6E (or 0x302C6E) is known color: Deep Koamaru. HEX triplet: 30, 2C and 6E. RGB value is (48,44,110). Sum of RGB (Red+Green+Blue) = 48+44+110=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #302C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C6E is #CFD391. Grayscale: #343434. Windows color (decimal): -13620114 or 7220272. OLE color: 7220272.

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

Color convert

RGB 48 44 110 -
CMYK 0.56 0.6 0 0.57
HSL 243.64º 0.43% 0.3% -
HSV(B) 243.64º 0.6% 0.43% -
XYZ 4.93 3.56 15.18 -
YUV 52.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 48 44 110 0.56 0.6 0 0.57 243.64 0.43 0.3
Hex 30 2C 6E 38 3C 0 39 F4 2B 1E
Octal 60 54 156 70 74 0 71 364 53 36
Binary 110000 101100 1101110 111000 111100 0 111001 11110100 101011 11110

Color Harmonies of #302C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C6E

Black with #302C6E

Text Example


Text Example

White with #302C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,44,110); }

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

background-color css

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

 a { background-color: rgb(48,44,110); }

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

border-color css

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

 span { border-color: rgb(48,44,110); }

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