Html Css Color HEX #336664 Oracle

📋 copy color: '#336664'

red 51 ◦ green 102 ◦ blue 100

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

Shades of Oracle #336664

Tints of Oracle #336664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.32%

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

R = 20.16%
G = 40.32%
B = 39.53%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#336664 (or 0x336664) is known color: Oracle. HEX triplet: 33, 66 and 64. RGB value is (51,102,100). Sum of RGB (Red+Green+Blue) = 51+102+100=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #336664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336664 is #CC999B. Grayscale: #565656. Windows color (decimal): -13408668 or 6579763. OLE color: 6579763.

HSL color Cylindrical-coordinate representation of color #336664: hue angle of 177.65º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336664 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 102 100 -
CMYK 0.5 0 0.02 0.6
HSL 177.65º 0.33% 0.3% -
HSV(B) 177.65º 0.5% 0.4% -
XYZ 8.42 11.13 13.76 -
YUV 86.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 51 102 100 0.5 0 0.02 0.6 177.65 0.33 0.3
Hex 33 66 64 32 0 2 3C B2 21 1E
Octal 63 146 144 62 0 2 74 262 41 36
Binary 110011 1100110 1100100 110010 0 10 111100 10110010 100001 11110

Color Harmonies of #336664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336664

Black with #336664

Text Example


Text Example

White with #336664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336664; }

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

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

background-color css

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

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

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

border-color css

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

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

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