Html Css Color HEX #303062 Deep Koamaru

📋 copy color: '#303062'

red 48 ◦ green 48 ◦ blue 98

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

Shades of Deep Koamaru #303062

Tints of Deep Koamaru #303062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.74%

 BLUE value IS 98 (38.67% from 255) = 50.52%

R = 24.74%
G = 24.74%
B = 50.52%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#303062 (or 0x303062) is known color: Deep Koamaru. HEX triplet: 30, 30 and 62. RGB value is (48,48,98). Sum of RGB (Red+Green+Blue) = 48+48+98=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #303062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303062 is #CFCF9D. Grayscale: #353535. Windows color (decimal): -13619102 or 6434864. OLE color: 6434864.

HSL color Cylindrical-coordinate representation of color #303062: hue angle of 240º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303062 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 48 98 -
CMYK 0.51 0.51 0 0.62
HSL 240º 0.34% 0.29% -
HSV(B) 240º 0.51% 0.38% -
XYZ 4.48 3.62 12.02 -
YUV 53.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 48 48 98 0.51 0.51 0 0.62 240 0.34 0.29
Hex 30 30 62 33 33 0 3E F0 22 1D
Octal 60 60 142 63 63 0 76 360 42 35
Binary 110000 110000 1100010 110011 110011 0 111110 11110000 100010 11101

Color Harmonies of #303062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303062

Black with #303062

Text Example


Text Example

White with #303062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303062; }

 p { color: rgb(48,48,98); }

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

background-color css

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

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

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

border-color css

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

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

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