Html Css Color HEX #302F68 Deep Koamaru

📋 copy color: '#302F68'

red 48 ◦ green 47 ◦ blue 104

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

Shades of Deep Koamaru #302F68

Tints of Deep Koamaru #302F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

 BLUE value IS 104 (41.02% from 255) = 52.26%

R = 24.12%
G = 23.62%
B = 52.26%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#302F68 (or 0x302F68) is known color: Deep Koamaru. HEX triplet: 30, 2F and 68. RGB value is (48,47,104). Sum of RGB (Red+Green+Blue) = 48+47+104=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #302F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F68 is #CFD097. Grayscale: #353535. Windows color (decimal): -13619352 or 6827824. OLE color: 6827824.

HSL color Cylindrical-coordinate representation of color #302F68: hue angle of 241.05º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #302F68 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 47 104 -
CMYK 0.54 0.55 0 0.59
HSL 241.05º 0.38% 0.3% -
HSV(B) 241.05º 0.55% 0.41% -
XYZ 4.73 3.66 13.55 -
YUV 53.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 48 47 104 0.54 0.55 0 0.59 241.05 0.38 0.3
Hex 30 2F 68 36 37 0 3B F1 26 1E
Octal 60 57 150 66 67 0 73 361 46 36
Binary 110000 101111 1101000 110110 110111 0 111011 11110001 100110 11110

Color Harmonies of #302F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F68

Black with #302F68

Text Example


Text Example

White with #302F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,47,104); }

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

background-color css

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

 a { background-color: rgb(48,47,104); }

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

border-color css

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

 span { border-color: rgb(48,47,104); }

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