Html Css Color HEX #302F5D Deep Koamaru

📋 copy color: '#302F5D'

red 48 ◦ green 47 ◦ blue 93

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

Shades of Deep Koamaru #302F5D

Tints of Deep Koamaru #302F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.47%

R = 25.53%
G = 25%
B = 49.47%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#302F5D (or 0x302F5D) is known color: Deep Koamaru. HEX triplet: 30, 2F and 5D. RGB value is (48,47,93). Sum of RGB (Red+Green+Blue) = 48+47+93=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #302F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F5D is #CFD0A2. Grayscale: #343434. Windows color (decimal): -13619363 or 6106928. OLE color: 6106928.

HSL color Cylindrical-coordinate representation of color #302F5D: hue angle of 241.3º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #302F5D is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 47 93 -
CMYK 0.48 0.49 0 0.64
HSL 241.3º 0.33% 0.27% -
HSV(B) 241.3º 0.49% 0.36% -
XYZ 4.21 3.45 10.8 -
YUV 52.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 48 47 93 0.48 0.49 0 0.64 241.3 0.33 0.27
Hex 30 2F 5D 30 31 0 40 F1 21 1B
Octal 60 57 135 60 61 0 100 361 41 33
Binary 110000 101111 1011101 110000 110001 0 1000000 11110001 100001 11011

Color Harmonies of #302F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F5D

Black with #302F5D

Text Example


Text Example

White with #302F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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