Html Css Color HEX #333868 Deep Koamaru

📋 copy color: '#333868'

red 51 ◦ green 56 ◦ blue 104

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

Shades of Deep Koamaru #333868

Tints of Deep Koamaru #333868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

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

R = 24.17%
G = 26.54%
B = 49.29%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#333868 (or 0x333868) is known color: Deep Koamaru. HEX triplet: 33, 38 and 68. RGB value is (51,56,104). Sum of RGB (Red+Green+Blue) = 51+56+104=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #333868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333868 is #CCC797. Grayscale: #3B3B3B. Windows color (decimal): -13420440 or 6830131. OLE color: 6830131.

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

Color convert

RGB 51 56 104 -
CMYK 0.51 0.46 0 0.59
HSL 234.34º 0.34% 0.3% -
HSV(B) 234.34º 0.51% 0.41% -
XYZ 5.28 4.53 13.69 -
YUV 59.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 51 56 104 0.51 0.46 0 0.59 234.34 0.34 0.3
Hex 33 38 68 33 2E 0 3B EA 22 1E
Octal 63 70 150 63 56 0 73 352 42 36
Binary 110011 111000 1101000 110011 101110 0 111011 11101010 100010 11110

Color Harmonies of #333868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333868

Black with #333868

Text Example


Text Example

White with #333868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333868; }

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

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

background-color css

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

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

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

border-color css

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

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

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