Html Css Color HEX #333064 Deep Koamaru

📋 copy color: '#333064'

red 51 ◦ green 48 ◦ blue 100

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

Shades of Deep Koamaru #333064

Tints of Deep Koamaru #333064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.12%

 BLUE value IS 100 (39.45% from 255) = 50.25%

R = 25.63%
G = 24.12%
B = 50.25%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#333064 (or 0x333064) is known color: Deep Koamaru. HEX triplet: 33, 30 and 64. RGB value is (51,48,100). Sum of RGB (Red+Green+Blue) = 51+48+100=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #333064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333064 is #CCCF9B. Grayscale: #363636. Windows color (decimal): -13422492 or 6565939. OLE color: 6565939.

HSL color Cylindrical-coordinate representation of color #333064: hue angle of 243.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #333064 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 48 100 -
CMYK 0.49 0.52 0 0.61
HSL 243.46º 0.35% 0.29% -
HSV(B) 243.46º 0.52% 0.39% -
XYZ 4.72 3.74 12.53 -
YUV 54.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 51 48 100 0.49 0.52 0 0.61 243.46 0.35 0.29
Hex 33 30 64 31 34 0 3D F3 23 1D
Octal 63 60 144 61 64 0 75 363 43 35
Binary 110011 110000 1100100 110001 110100 0 111101 11110011 100011 11101

Color Harmonies of #333064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333064

Black with #333064

Text Example


Text Example

White with #333064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333064; }

 p { color: rgb(51,48,100); }

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

background-color css

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

 a { background-color: rgb(51,48,100); }

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

border-color css

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

 span { border-color: rgb(51,48,100); }

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