Html Css Color HEX #2B5C5F Oracle

📋 copy color: '#2B5C5F'

red 43 ◦ green 92 ◦ blue 95

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

Shades of Oracle #2B5C5F

Tints of Oracle #2B5C5F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40%

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

R = 18.7%
G = 40%
B = 41.3%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2B5C5F (or 0x2B5C5F) is known color: Oracle. HEX triplet: 2B, 5C and 5F. RGB value is (43,92,95). Sum of RGB (Red+Green+Blue) = 43+92+95=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B5C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5C5F is #D4A3A0. Grayscale: #4D4D4D. Windows color (decimal): -13935521 or 6249515. OLE color: 6249515.

HSL color Cylindrical-coordinate representation of color #2B5C5F: hue angle of 183.46º 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 #2B5C5F is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 43 92 95 -
CMYK 0.55 0.03 0 0.63
HSL 183.46º 0.38% 0.27% -
HSV(B) 183.46º 0.55% 0.37% -
XYZ 6.89 8.99 12.2 -
YUV 77.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 43 92 95 0.55 0.03 0 0.63 183.46 0.38 0.27
Hex 2B 5C 5F 37 3 0 3F B7 26 1B
Octal 53 134 137 67 3 0 77 267 46 33
Binary 101011 1011100 1011111 110111 11 0 111111 10110111 100110 11011

Color Harmonies of #2B5C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5C5F

Black with #2B5C5F

Text Example


Text Example

White with #2B5C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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