Html Css Color HEX #333078 Deep Koamaru

📋 copy color: '#333078'

red 51 ◦ green 48 ◦ blue 120

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

Shades of Deep Koamaru #333078

Tints of Deep Koamaru #333078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.79%

R = 23.29%
G = 21.92%
B = 54.79%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#333078 (or 0x333078) is known color: Deep Koamaru. HEX triplet: 33, 30 and 78. RGB value is (51,48,120). Sum of RGB (Red+Green+Blue) = 51+48+120=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #333078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333078 is #CCCF87. Grayscale: #383838. Windows color (decimal): -13422472 or 7876659. OLE color: 7876659.

HSL color Cylindrical-coordinate representation of color #333078: hue angle of 242.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #333078 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 48 120 -
CMYK 0.58 0.60 0 0.53
HSL 242.5º 0.43% 0.33% -
HSV(B) 242.5º 0.6% 0.47% -
XYZ 5.81 4.17 18.27 -
YUV 57.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 51 48 120 0.58 0.60 0 0.53 242.5 0.43 0.33
Hex 33 30 78 3A 3C 0 35 F2 2B 21
Octal 63 60 170 72 74 0 65 362 53 41
Binary 110011 110000 1111000 111010 111100 0 110101 11110010 101011 100001

Color Harmonies of #333078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333078

Black with #333078

Text Example


Text Example

White with #333078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333078; }

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

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

background-color css

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

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

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

border-color css

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

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

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