Html Css Color HEX #305B5F Oracle

📋 copy color: '#305B5F'

red 48 ◦ green 91 ◦ blue 95

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

Shades of Oracle #305B5F

Tints of Oracle #305B5F

RGB

 RED value IS 48 (19.14% from 255) = 20.51%

 GREEN value IS 91 (35.94% from 255) = 38.89%

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

R = 20.51%
G = 38.89%
B = 40.6%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#305B5F (or 0x305B5F) is known color: Oracle. HEX triplet: 30, 5B and 5F. RGB value is (48,91,95). Sum of RGB (Red+Green+Blue) = 48+91+95=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #305B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B5F is #CFA4A0. Grayscale: #4E4E4E. Windows color (decimal): -13608097 or 6249264. OLE color: 6249264.

HSL color Cylindrical-coordinate representation of color #305B5F: hue angle of 185.11º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305B5F is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 91 95 -
CMYK 0.49 0.04 0 0.63
HSL 185.11º 0.33% 0.28% -
HSV(B) 185.11º 0.49% 0.37% -
XYZ 7.03 8.94 12.18 -
YUV 78.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 48 91 95 0.49 0.04 0 0.63 185.11 0.33 0.28
Hex 30 5B 5F 31 4 0 3F B9 21 1C
Octal 60 133 137 61 4 0 77 271 41 34
Binary 110000 1011011 1011111 110001 100 0 111111 10111001 100001 11100

Color Harmonies of #305B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B5F

Black with #305B5F

Text Example


Text Example

White with #305B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305B5F; }

 p { color: rgb(48,91,95); }

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

background-color css

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

 a { background-color: rgb(48,91,95); }

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

border-color css

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

 span { border-color: rgb(48,91,95); }

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