Html Css Color HEX #2B585F Oracle

📋 copy color: '#2B585F'

red 43 ◦ green 88 ◦ blue 95

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

Shades of Oracle #2B585F

Tints of Oracle #2B585F

RGB

 RED value IS 43 (17.19% from 255) = 19.03%

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

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 19.03%
G = 38.94%
B = 42.04%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2B585F (or 0x2B585F) is known color: Oracle. HEX triplet: 2B, 58 and 5F. RGB value is (43,88,95). Sum of RGB (Red+Green+Blue) = 43+88+95=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B585F is #D4A7A0. Grayscale: #4B4B4B. Windows color (decimal): -13936545 or 6248491. OLE color: 6248491.

HSL color Cylindrical-coordinate representation of color #2B585F: hue angle of 188.08º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B585F is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 43 88 95 -
CMYK 0.55 0.07 0 0.63
HSL 188.08º 0.38% 0.27% -
HSV(B) 188.08º 0.55% 0.37% -
XYZ 6.55 8.32 12.09 -
YUV 75.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 43 88 95 0.55 0.07 0 0.63 188.08 0.38 0.27
Hex 2B 58 5F 37 7 0 3F BC 26 1B
Octal 53 130 137 67 7 0 77 274 46 33
Binary 101011 1011000 1011111 110111 111 0 111111 10111100 100110 11011

Color Harmonies of #2B585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B585F

Black with #2B585F

Text Example


Text Example

White with #2B585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B585F; }

 p { color: rgb(43,88,95); }

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

background-color css

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

 a { background-color: rgb(43,88,95); }

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

border-color css

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

 span { border-color: rgb(43,88,95); }

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