Html Css Color HEX #333063 Deep Koamaru

📋 copy color: '#333063'

red 51 ◦ green 48 ◦ blue 99

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

Shades of Deep Koamaru #333063

Tints of Deep Koamaru #333063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50%

R = 25.76%
G = 24.24%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#333063 (or 0x333063) is known color: Deep Koamaru. HEX triplet: 33, 30 and 63. RGB value is (51,48,99). Sum of RGB (Red+Green+Blue) = 51+48+99=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #333063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333063 is #CCCF9C. Grayscale: #363636. Windows color (decimal): -13422493 or 6500403. OLE color: 6500403.

HSL color Cylindrical-coordinate representation of color #333063: hue angle of 243.53º 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 #333063 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 48 99 -
CMYK 0.48 0.52 0 0.61
HSL 243.53º 0.35% 0.29% -
HSV(B) 243.53º 0.52% 0.39% -
XYZ 4.67 3.72 12.28 -
YUV 54.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 51 48 99 0.48 0.52 0 0.61 243.53 0.35 0.29
Hex 33 30 63 30 34 0 3D F4 23 1D
Octal 63 60 143 60 64 0 75 364 43 35
Binary 110011 110000 1100011 110000 110100 0 111101 11110100 100011 11101

Color Harmonies of #333063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333063

Black with #333063

Text Example


Text Example

White with #333063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333063; }

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

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

background-color css

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

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

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

border-color css

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

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

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