Html Css Color HEX #305B5A Oracle

📋 copy color: '#305B5A'

red 48 ◦ green 91 ◦ blue 90

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

Shades of Oracle #305B5A

Tints of Oracle #305B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.3%

R = 20.96%
G = 39.74%
B = 39.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#305B5A (or 0x305B5A) is known color: Oracle. HEX triplet: 30, 5B and 5A. RGB value is (48,91,90). Sum of RGB (Red+Green+Blue) = 48+91+90=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 91 - color contains mainly: green. Hex color #305B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B5A is #CFA4A5. Grayscale: #4D4D4D. Windows color (decimal): -13608102 or 5921584. OLE color: 5921584.

HSL color Cylindrical-coordinate representation of color #305B5A: hue angle of 178.6º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305B5A is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 91 90 -
CMYK 0.47 0 0.01 0.64
HSL 178.6º 0.31% 0.27% -
HSV(B) 178.6º 0.47% 0.36% -
XYZ 6.81 8.85 11.02 -
YUV 78.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 48 91 90 0.47 0 0.01 0.64 178.6 0.31 0.27
Hex 30 5B 5A 2F 0 1 40 B3 1F 1B
Octal 60 133 132 57 0 1 100 263 37 33
Binary 110000 1011011 1011010 101111 0 1 1000000 10110011 11111 11011

Color Harmonies of #305B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B5A

Black with #305B5A

Text Example


Text Example

White with #305B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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