Html Css Color HEX #333468 Deep Koamaru

📋 copy color: '#333468'

red 51 ◦ green 52 ◦ blue 104

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

Shades of Deep Koamaru #333468

Tints of Deep Koamaru #333468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 24.64%
G = 25.12%
B = 50.24%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#333468 (or 0x333468) is known color: Deep Koamaru. HEX triplet: 33, 34 and 68. RGB value is (51,52,104). Sum of RGB (Red+Green+Blue) = 51+52+104=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #333468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333468 is #CCCB97. Grayscale: #393939. Windows color (decimal): -13421464 or 6829107. OLE color: 6829107.

HSL color Cylindrical-coordinate representation of color #333468: hue angle of 238.87º 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 #333468 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 52 104 -
CMYK 0.51 0.50 0 0.59
HSL 238.87º 0.34% 0.3% -
HSV(B) 238.87º 0.51% 0.41% -
XYZ 5.09 4.16 13.63 -
YUV 57.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 51 52 104 0.51 0.50 0 0.59 238.87 0.34 0.3
Hex 33 34 68 33 32 0 3B EF 22 1E
Octal 63 64 150 63 62 0 73 357 42 36
Binary 110011 110100 1101000 110011 110010 0 111011 11101111 100010 11110

Color Harmonies of #333468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333468

Black with #333468

Text Example


Text Example

White with #333468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333468; }

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

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

background-color css

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

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

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

border-color css

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

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

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