Html Css Color HEX #365457 Oracle

📋 copy color: '#365457'

red 54 ◦ green 84 ◦ blue 87

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

Shades of Oracle #365457

Tints of Oracle #365457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.67%

R = 24%
G = 37.33%
B = 38.67%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#365457 (or 0x365457) is known color: Oracle. HEX triplet: 36, 54 and 57. RGB value is (54,84,87). Sum of RGB (Red+Green+Blue) = 54+84+87=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #365457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365457 is #C9ABA8. Grayscale: #4B4B4B. Windows color (decimal): -13216681 or 5723190. OLE color: 5723190.

HSL color Cylindrical-coordinate representation of color #365457: hue angle of 185.45º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #365457 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 84 87 -
CMYK 0.38 0.03 0 0.66
HSL 185.45º 0.23% 0.28% -
HSV(B) 185.45º 0.38% 0.34% -
XYZ 6.41 7.81 10.19 -
YUV 75.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 54 84 87 0.38 0.03 0 0.66 185.45 0.23 0.28
Hex 36 54 57 26 3 0 42 B9 17 1C
Octal 66 124 127 46 3 0 102 271 27 34
Binary 110110 1010100 1010111 100110 11 0 1000010 10111001 10111 11100

Color Harmonies of #365457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365457

Black with #365457

Text Example


Text Example

White with #365457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365457; }

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

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

background-color css

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

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

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

border-color css

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

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

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