Html Css Color HEX #333175 Deep Koamaru

📋 copy color: '#333175'

red 51 ◦ green 49 ◦ blue 117

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

Shades of Deep Koamaru #333175

Tints of Deep Koamaru #333175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.58%

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

R = 23.5%
G = 22.58%
B = 53.92%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#333175 (or 0x333175) is known color: Deep Koamaru. HEX triplet: 33, 31 and 75. RGB value is (51,49,117). Sum of RGB (Red+Green+Blue) = 51+49+117=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #333175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333175 is #CCCE8A. Grayscale: #393939. Windows color (decimal): -13422219 or 7680307. OLE color: 7680307.

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

Color convert

RGB 51 49 117 -
CMYK 0.56 0.58 0 0.54
HSL 241.76º 0.41% 0.33% -
HSV(B) 241.76º 0.58% 0.46% -
XYZ 5.67 4.18 17.34 -
YUV 57.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 51 49 117 0.56 0.58 0 0.54 241.76 0.41 0.33
Hex 33 31 75 38 3A 0 36 F2 29 21
Octal 63 61 165 70 72 0 66 362 51 41
Binary 110011 110001 1110101 111000 111010 0 110110 11110010 101001 100001

Color Harmonies of #333175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333175

Black with #333175

Text Example


Text Example

White with #333175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333175; }

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

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

background-color css

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

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

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

border-color css

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

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

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