Html Css Color HEX #375456 Oracle

📋 copy color: '#375456'

red 55 ◦ green 84 ◦ blue 86

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

Shades of Oracle #375456

Tints of Oracle #375456

RGB

 RED value IS 55 (21.88% from 255) = 24.44%

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

 BLUE value IS 86 (33.98% from 255) = 38.22%

R = 24.44%
G = 37.33%
B = 38.22%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#375456 (or 0x375456) is known color: Oracle. HEX triplet: 37, 54 and 56. RGB value is (55,84,86). Sum of RGB (Red+Green+Blue) = 55+84+86=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #375456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375456 is #C8ABA9. Grayscale: #4B4B4B. Windows color (decimal): -13151146 or 5657655. OLE color: 5657655.

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

Color convert

RGB 55 84 86 -
CMYK 0.36 0.02 0 0.66
HSL 183.87º 0.22% 0.28% -
HSV(B) 183.87º 0.36% 0.34% -
XYZ 6.43 7.82 9.98 -
YUV 75.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 55 84 86 0.36 0.02 0 0.66 183.87 0.22 0.28
Hex 37 54 56 24 2 0 42 B8 16 1C
Octal 67 124 126 44 2 0 102 270 26 34
Binary 110111 1010100 1010110 100100 10 0 1000010 10111000 10110 11100

Color Harmonies of #375456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375456

Black with #375456

Text Example


Text Example

White with #375456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375456; }

 p { color: rgb(55,84,86); }

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

background-color css

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

 a { background-color: rgb(55,84,86); }

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

border-color css

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

 span { border-color: rgb(55,84,86); }

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