Html Css Color HEX #333275 Deep Koamaru

📋 copy color: '#333275'

red 51 ◦ green 50 ◦ blue 117

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

Shades of Deep Koamaru #333275

Tints of Deep Koamaru #333275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 23.39%
G = 22.94%
B = 53.67%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#333275 (or 0x333275) is known color: Deep Koamaru. HEX triplet: 33, 32 and 75. RGB value is (51,50,117). Sum of RGB (Red+Green+Blue) = 51+50+117=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #333275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333275 is #CCCD8A. Grayscale: #393939. Windows color (decimal): -13421963 or 7680563. OLE color: 7680563.

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

Color convert

RGB 51 50 117 -
CMYK 0.56 0.57 0 0.54
HSL 240.9º 0.4% 0.33% -
HSV(B) 240.9º 0.57% 0.46% -
XYZ 5.72 4.27 17.35 -
YUV 57.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 51 50 117 0.56 0.57 0 0.54 240.9 0.4 0.33
Hex 33 32 75 38 39 0 36 F1 28 21
Octal 63 62 165 70 71 0 66 361 50 41
Binary 110011 110010 1110101 111000 111001 0 110110 11110001 101000 100001

Color Harmonies of #333275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333275

Black with #333275

Text Example


Text Example

White with #333275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333275; }

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

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

background-color css

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

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

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

border-color css

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

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

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