Html Css Color HEX #333769 Deep Koamaru

📋 copy color: '#333769'

red 51 ◦ green 55 ◦ blue 105

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

Shades of Deep Koamaru #333769

Tints of Deep Koamaru #333769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.07%

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 24.17%
G = 26.07%
B = 49.76%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#333769 (or 0x333769) is known color: Deep Koamaru. HEX triplet: 33, 37 and 69. RGB value is (51,55,105). Sum of RGB (Red+Green+Blue) = 51+55+105=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #333769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333769 is #CCC896. Grayscale: #3B3B3B. Windows color (decimal): -13420695 or 6895411. OLE color: 6895411.

HSL color Cylindrical-coordinate representation of color #333769: hue angle of 235.56º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #333769 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 55 105 -
CMYK 0.51 0.48 0 0.59
HSL 235.56º 0.35% 0.31% -
HSV(B) 235.56º 0.51% 0.41% -
XYZ 5.28 4.46 13.95 -
YUV 59.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 51 55 105 0.51 0.48 0 0.59 235.56 0.35 0.31
Hex 33 37 69 33 30 0 3B EC 23 1F
Octal 63 67 151 63 60 0 73 354 43 37
Binary 110011 110111 1101001 110011 110000 0 111011 11101100 100011 11111

Color Harmonies of #333769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333769

Black with #333769

Text Example


Text Example

White with #333769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333769; }

 p { color: rgb(51,55,105); }

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

background-color css

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

 a { background-color: rgb(51,55,105); }

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

border-color css

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

 span { border-color: rgb(51,55,105); }

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