Html Css Color HEX #333268 Deep Koamaru

📋 copy color: '#333268'

red 51 ◦ green 50 ◦ blue 104

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

Shades of Deep Koamaru #333268

Tints of Deep Koamaru #333268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 24.88%
G = 24.39%
B = 50.73%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#333268 (or 0x333268) is known color: Deep Koamaru. HEX triplet: 33, 32 and 68. RGB value is (51,50,104). Sum of RGB (Red+Green+Blue) = 51+50+104=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #333268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333268 is #CCCD97. Grayscale: #383838. Windows color (decimal): -13421976 or 6828595. OLE color: 6828595.

HSL color Cylindrical-coordinate representation of color #333268: hue angle of 241.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #333268 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 50 104 -
CMYK 0.51 0.52 0 0.59
HSL 241.11º 0.35% 0.3% -
HSV(B) 241.11º 0.52% 0.41% -
XYZ 5 3.98 13.6 -
YUV 56.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 51 50 104 0.51 0.52 0 0.59 241.11 0.35 0.3
Hex 33 32 68 33 34 0 3B F1 23 1E
Octal 63 62 150 63 64 0 73 361 43 36
Binary 110011 110010 1101000 110011 110100 0 111011 11110001 100011 11110

Color Harmonies of #333268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333268

Black with #333268

Text Example


Text Example

White with #333268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333268; }

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

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

background-color css

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

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

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

border-color css

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

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

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