Html Css Color HEX #335E62 Oracle

📋 copy color: '#335E62'

red 51 ◦ green 94 ◦ blue 98

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

Shades of Oracle #335E62

Tints of Oracle #335E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.68%

 BLUE value IS 98 (38.67% from 255) = 40.33%

R = 20.99%
G = 38.68%
B = 40.33%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#335E62 (or 0x335E62) is known color: Oracle. HEX triplet: 33, 5E and 62. RGB value is (51,94,98). Sum of RGB (Red+Green+Blue) = 51+94+98=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #335E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E62 is #CCA19D. Grayscale: #515151. Windows color (decimal): -13410718 or 6446643. OLE color: 6446643.

HSL color Cylindrical-coordinate representation of color #335E62: hue angle of 185.11º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #335E62 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 94 98 -
CMYK 0.48 0.04 0 0.62
HSL 185.11º 0.32% 0.29% -
HSV(B) 185.11º 0.48% 0.38% -
XYZ 7.57 9.59 13.01 -
YUV 81.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 51 94 98 0.48 0.04 0 0.62 185.11 0.32 0.29
Hex 33 5E 62 30 4 0 3E B9 20 1D
Octal 63 136 142 60 4 0 76 271 40 35
Binary 110011 1011110 1100010 110000 100 0 111110 10111001 100000 11101

Color Harmonies of #335E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E62

Black with #335E62

Text Example


Text Example

White with #335E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335E62; }

 p { color: rgb(51,94,98); }

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

background-color css

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

 a { background-color: rgb(51,94,98); }

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

border-color css

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

 span { border-color: rgb(51,94,98); }

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