Html Css Color HEX #33306B Deep Koamaru

📋 copy color: '#33306B'

red 51 ◦ green 48 ◦ blue 107

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

Shades of Deep Koamaru #33306B

Tints of Deep Koamaru #33306B

RGB

 RED value IS 51 (20.31% from 255) = 24.76%

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

 BLUE value IS 107 (42.19% from 255) = 51.94%

R = 24.76%
G = 23.3%
B = 51.94%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33306B (or 0x33306B) is known color: Deep Koamaru. HEX triplet: 33, 30 and 6B. RGB value is (51,48,107). Sum of RGB (Red+Green+Blue) = 51+48+107=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #33306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33306B is #CCCF94. Grayscale: #373737. Windows color (decimal): -13422485 or 7024691. OLE color: 7024691.

HSL color Cylindrical-coordinate representation of color #33306B: hue angle of 243.05º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33306B is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 48 107 -
CMYK 0.52 0.55 0 0.58
HSL 243.05º 0.38% 0.3% -
HSV(B) 243.05º 0.55% 0.42% -
XYZ 5.08 3.88 14.39 -
YUV 55.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 51 48 107 0.52 0.55 0 0.58 243.05 0.38 0.3
Hex 33 30 6B 34 37 0 3A F3 26 1E
Octal 63 60 153 64 67 0 72 363 46 36
Binary 110011 110000 1101011 110100 110111 0 111010 11110011 100110 11110

Color Harmonies of #33306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33306B

Black with #33306B

Text Example


Text Example

White with #33306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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