Html Css Color HEX #365458 Oracle

📋 copy color: '#365458'

red 54 ◦ green 84 ◦ blue 88

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

Shades of Oracle #365458

Tints of Oracle #365458

RGB

 RED value IS 54 (21.48% from 255) = 23.89%

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

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

R = 23.89%
G = 37.17%
B = 38.94%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#365458 (or 0x365458) is known color: Oracle. HEX triplet: 36, 54 and 58. RGB value is (54,84,88). Sum of RGB (Red+Green+Blue) = 54+84+88=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #365458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365458 is #C9ABA7. Grayscale: #4B4B4B. Windows color (decimal): -13216680 or 5788726. OLE color: 5788726.

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

Color convert

RGB 54 84 88 -
CMYK 0.39 0.05 0 0.65
HSL 187.06º 0.24% 0.28% -
HSV(B) 187.06º 0.39% 0.35% -
XYZ 6.45 7.83 10.4 -
YUV 75.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 54 84 88 0.39 0.05 0 0.65 187.06 0.24 0.28
Hex 36 54 58 27 5 0 41 BB 18 1C
Octal 66 124 130 47 5 0 101 273 30 34
Binary 110110 1010100 1011000 100111 101 0 1000001 10111011 11000 11100

Color Harmonies of #365458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365458

Black with #365458

Text Example


Text Example

White with #365458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365458; }

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

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

background-color css

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

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

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

border-color css

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

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

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