Html Css Color HEX #355458 Oracle

📋 copy color: '#355458'

red 53 ◦ green 84 ◦ blue 88

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

Shades of Oracle #355458

Tints of Oracle #355458

RGB

 RED value IS 53 (21.09% from 255) = 23.56%

 GREEN value IS 84 (33.2% from 255) = 37.33%

 BLUE value IS 88 (34.77% from 255) = 39.11%

R = 23.56%
G = 37.33%
B = 39.11%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#355458 (or 0x355458) is known color: Oracle. HEX triplet: 35, 54 and 58. RGB value is (53,84,88). Sum of RGB (Red+Green+Blue) = 53+84+88=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #355458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355458 is #CAABA7. Grayscale: #4B4B4B. Windows color (decimal): -13282216 or 5788725. OLE color: 5788725.

HSL color Cylindrical-coordinate representation of color #355458: hue angle of 186.86º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355458 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 84 88 -
CMYK 0.40 0.05 0 0.65
HSL 186.86º 0.25% 0.28% -
HSV(B) 186.86º 0.4% 0.35% -
XYZ 6.4 7.8 10.4 -
YUV 75.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 53 84 88 0.40 0.05 0 0.65 186.86 0.25 0.28
Hex 35 54 58 28 5 0 41 BB 19 1C
Octal 65 124 130 50 5 0 101 273 31 34
Binary 110101 1010100 1011000 101000 101 0 1000001 10111011 11001 11100

Color Harmonies of #355458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355458

Black with #355458

Text Example


Text Example

White with #355458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355458; }

 p { color: rgb(53,84,88); }

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

background-color css

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

 a { background-color: rgb(53,84,88); }

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

border-color css

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

 span { border-color: rgb(53,84,88); }

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