Html Css Color HEX #335D62 Oracle

📋 copy color: '#335D62'

red 51 ◦ green 93 ◦ blue 98

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

Shades of Oracle #335D62

Tints of Oracle #335D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.43%

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

R = 21.07%
G = 38.43%
B = 40.5%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#335D62 (or 0x335D62) is known color: Oracle. HEX triplet: 33, 5D and 62. RGB value is (51,93,98). Sum of RGB (Red+Green+Blue) = 51+93+98=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #335D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D62 is #CCA29D. Grayscale: #505050. Windows color (decimal): -13410974 or 6446387. OLE color: 6446387.

HSL color Cylindrical-coordinate representation of color #335D62: hue angle of 186.38º 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 #335D62 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 93 98 -
CMYK 0.48 0.05 0 0.62
HSL 186.38º 0.32% 0.29% -
HSV(B) 186.38º 0.48% 0.38% -
XYZ 7.48 9.41 12.98 -
YUV 81.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 51 93 98 0.48 0.05 0 0.62 186.38 0.32 0.29
Hex 33 5D 62 30 5 0 3E BA 20 1D
Octal 63 135 142 60 5 0 76 272 40 35
Binary 110011 1011101 1100010 110000 101 0 111110 10111010 100000 11101

Color Harmonies of #335D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D62

Black with #335D62

Text Example


Text Example

White with #335D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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