Html Css Color HEX #333075 Deep Koamaru

📋 copy color: '#333075'

red 51 ◦ green 48 ◦ blue 117

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

Shades of Deep Koamaru #333075

Tints of Deep Koamaru #333075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.17%

R = 23.61%
G = 22.22%
B = 54.17%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#333075 (or 0x333075) is known color: Deep Koamaru. HEX triplet: 33, 30 and 75. RGB value is (51,48,117). Sum of RGB (Red+Green+Blue) = 51+48+117=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #333075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333075 is #CCCF8A. Grayscale: #383838. Windows color (decimal): -13422475 or 7680051. OLE color: 7680051.

HSL color Cylindrical-coordinate representation of color #333075: hue angle of 242.61º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #333075 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 48 117 -
CMYK 0.56 0.59 0 0.54
HSL 242.61º 0.42% 0.32% -
HSV(B) 242.61º 0.59% 0.46% -
XYZ 5.63 4.1 17.32 -
YUV 56.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 51 48 117 0.56 0.59 0 0.54 242.61 0.42 0.32
Hex 33 30 75 38 3B 0 36 F3 2A 20
Octal 63 60 165 70 73 0 66 363 52 40
Binary 110011 110000 1110101 111000 111011 0 110110 11110011 101010 100000

Color Harmonies of #333075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333075

Black with #333075

Text Example


Text Example

White with #333075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333075; }

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

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

background-color css

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

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

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

border-color css

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

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

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