Html Css Color HEX #365152 Oracle

📋 copy color: '#365152'

red 54 ◦ green 81 ◦ blue 82

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

Shades of Oracle #365152

Tints of Oracle #365152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.33%

 BLUE value IS 82 (32.42% from 255) = 37.79%

R = 24.88%
G = 37.33%
B = 37.79%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#365152 (or 0x365152) is known color: Oracle. HEX triplet: 36, 51 and 52. RGB value is (54,81,82). Sum of RGB (Red+Green+Blue) = 54+81+82=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #365152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365152 is #C9AEAD. Grayscale: #494949. Windows color (decimal): -13217454 or 5394742. OLE color: 5394742.

HSL color Cylindrical-coordinate representation of color #365152: hue angle of 182.14º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365152 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 81 82 -
CMYK 0.34 0.01 0 0.68
HSL 182.14º 0.21% 0.27% -
HSV(B) 182.14º 0.34% 0.32% -
XYZ 5.99 7.28 9.07 -
YUV 73.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 54 81 82 0.34 0.01 0 0.68 182.14 0.21 0.27
Hex 36 51 52 22 1 0 44 B6 15 1B
Octal 66 121 122 42 1 0 104 266 25 33
Binary 110110 1010001 1010010 100010 1 0 1000100 10110110 10101 11011

Color Harmonies of #365152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365152

Black with #365152

Text Example


Text Example

White with #365152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365152; }

 p { color: rgb(54,81,82); }

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

background-color css

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

 a { background-color: rgb(54,81,82); }

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

border-color css

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

 span { border-color: rgb(54,81,82); }

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