Html Css Color HEX #303366 Deep Koamaru

📋 copy color: '#303366'

red 48 ◦ green 51 ◦ blue 102

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

Shades of Deep Koamaru #303366

Tints of Deep Koamaru #303366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 102 (40.23% from 255) = 50.75%

R = 23.88%
G = 25.37%
B = 50.75%

CMYK

 C value IS 0.53

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#303366 (or 0x303366) is known color: Deep Koamaru. HEX triplet: 30, 33 and 66. RGB value is (48,51,102). Sum of RGB (Red+Green+Blue) = 48+51+102=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #303366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303366 is #CFCC99. Grayscale: #373737. Windows color (decimal): -13618330 or 6697776. OLE color: 6697776.

HSL color Cylindrical-coordinate representation of color #303366: hue angle of 236.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #303366 is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 51 102 -
CMYK 0.53 0.5 0 0.6
HSL 236.67º 0.36% 0.29% -
HSV(B) 236.67º 0.53% 0.4% -
XYZ 4.8 3.96 13.08 -
YUV 55.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 48 51 102 0.53 0.5 0 0.6 236.67 0.36 0.29
Hex 30 33 66 35 32 0 3C ED 24 1D
Octal 60 63 146 65 62 0 74 355 44 35
Binary 110000 110011 1100110 110101 110010 0 111100 11101101 100100 11101

Color Harmonies of #303366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303366

Black with #303366

Text Example


Text Example

White with #303366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303366; }

 p { color: rgb(48,51,102); }

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

background-color css

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

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

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

border-color css

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

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

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