Html Css Color HEX #305A5B Oracle

📋 copy color: '#305A5B'

red 48 ◦ green 90 ◦ blue 91

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

Shades of Oracle #305A5B

Tints of Oracle #305A5B

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #305A5B: hue angle of 181.4º 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 #305A5B is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 90 91 -
CMYK 0.47 0.01 0 0.64
HSL 181.4º 0.31% 0.27% -
HSV(B) 181.4º 0.47% 0.36% -
XYZ 6.76 8.7 11.22 -
YUV 77.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 48 90 91 0.47 0.01 0 0.64 181.4 0.31 0.27
Hex 30 5A 5B 2F 1 0 40 B5 1F 1B
Octal 60 132 133 57 1 0 100 265 37 33
Binary 110000 1011010 1011011 101111 1 0 1000000 10110101 11111 11011

Color Harmonies of #305A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A5B

Black with #305A5B

Text Example


Text Example

White with #305A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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