Html Css Color HEX #333065 Deep Koamaru

📋 copy color: '#333065'

red 51 ◦ green 48 ◦ blue 101

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

Shades of Deep Koamaru #333065

Tints of Deep Koamaru #333065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50.5%

R = 25.5%
G = 24%
B = 50.5%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#333065 (or 0x333065) is known color: Deep Koamaru. HEX triplet: 33, 30 and 65. RGB value is (51,48,101). Sum of RGB (Red+Green+Blue) = 51+48+101=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #333065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333065 is #CCCF9A. Grayscale: #363636. Windows color (decimal): -13422491 or 6631475. OLE color: 6631475.

HSL color Cylindrical-coordinate representation of color #333065: hue angle of 243.4º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #333065 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 48 101 -
CMYK 0.50 0.52 0 0.60
HSL 243.4º 0.36% 0.29% -
HSV(B) 243.4º 0.52% 0.4% -
XYZ 4.77 3.76 12.79 -
YUV 54.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 51 48 101 0.50 0.52 0 0.60 243.4 0.36 0.29
Hex 33 30 65 32 34 0 3C F3 24 1D
Octal 63 60 145 62 64 0 74 363 44 35
Binary 110011 110000 1100101 110010 110100 0 111100 11110011 100100 11101

Color Harmonies of #333065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333065

Black with #333065

Text Example


Text Example

White with #333065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333065; }

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

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

background-color css

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

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

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

border-color css

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

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

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