Html Css Color HEX #333263 Deep Koamaru

📋 copy color: '#333263'

red 51 ◦ green 50 ◦ blue 99

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

Shades of Deep Koamaru #333263

Tints of Deep Koamaru #333263

RGB

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

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

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

R = 25.5%
G = 25%
B = 49.5%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#333263 (or 0x333263) is known color: Deep Koamaru. HEX triplet: 33, 32 and 63. RGB value is (51,50,99). Sum of RGB (Red+Green+Blue) = 51+50+99=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #333263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333263 is #CCCD9C. Grayscale: #373737. Windows color (decimal): -13421981 or 6500915. OLE color: 6500915.

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

Color convert

RGB 51 50 99 -
CMYK 0.48 0.49 0 0.61
HSL 241.22º 0.33% 0.29% -
HSV(B) 241.22º 0.49% 0.39% -
XYZ 4.76 3.89 12.3 -
YUV 55.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 51 50 99 0.48 0.49 0 0.61 241.22 0.33 0.29
Hex 33 32 63 30 31 0 3D F1 21 1D
Octal 63 62 143 60 61 0 75 361 41 35
Binary 110011 110010 1100011 110000 110001 0 111101 11110001 100001 11101

Color Harmonies of #333263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333263

Black with #333263

Text Example


Text Example

White with #333263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333263; }

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

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

background-color css

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

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

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

border-color css

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

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

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