Html Css Color HEX #365453 Oracle

📋 copy color: '#365453'

red 54 ◦ green 84 ◦ blue 83

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

Shades of Oracle #365453

Tints of Oracle #365453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.56%

R = 24.43%
G = 38.01%
B = 37.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#365453 (or 0x365453) is known color: Oracle. HEX triplet: 36, 54 and 53. RGB value is (54,84,83). Sum of RGB (Red+Green+Blue) = 54+84+83=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #365453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365453 is #C9ABAC. Grayscale: #4A4A4A. Windows color (decimal): -13216685 or 5461046. OLE color: 5461046.

HSL color Cylindrical-coordinate representation of color #365453: hue angle of 178º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365453 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 84 83 -
CMYK 0.36 0 0.01 0.67
HSL 178º 0.22% 0.27% -
HSV(B) 178º 0.36% 0.33% -
XYZ 6.25 7.75 9.35 -
YUV 74.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 54 84 83 0.36 0 0.01 0.67 178 0.22 0.27
Hex 36 54 53 24 0 1 43 B2 16 1B
Octal 66 124 123 44 0 1 103 262 26 33
Binary 110110 1010100 1010011 100100 0 1 1000011 10110010 10110 11011

Color Harmonies of #365453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365453

Black with #365453

Text Example


Text Example

White with #365453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365453; }

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

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

background-color css

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

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

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

border-color css

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

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

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