Html Css Color HEX #306466 Oracle

📋 copy color: '#306466'

red 48 ◦ green 100 ◦ blue 102

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

Shades of Oracle #306466

Tints of Oracle #306466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 19.2%
G = 40%
B = 40.8%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#306466 (or 0x306466) is known color: Oracle. HEX triplet: 30, 64 and 66. RGB value is (48,100,102). Sum of RGB (Red+Green+Blue) = 48+100+102=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #306466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306466 is #CF9B99. Grayscale: #545454. Windows color (decimal): -13605786 or 6710320. OLE color: 6710320.

HSL color Cylindrical-coordinate representation of color #306466: hue angle of 182.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306466 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 100 102 -
CMYK 0.53 0.02 0 0.6
HSL 182.22º 0.36% 0.29% -
HSV(B) 182.22º 0.53% 0.4% -
XYZ 8.17 10.7 14.21 -
YUV 84.68 137.77 101.84 -
System Red Green Blue C M Y K H S L
Decimal 48 100 102 0.53 0.02 0 0.6 182.22 0.36 0.29
Hex 30 64 66 35 2 0 3C B6 24 1D
Octal 60 144 146 65 2 0 74 266 44 35
Binary 110000 1100100 1100110 110101 10 0 111100 10110110 100100 11101

Color Harmonies of #306466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306466

Black with #306466

Text Example


Text Example

White with #306466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306466; }

 p { color: rgb(48,100,102); }

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

background-color css

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

 a { background-color: rgb(48,100,102); }

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

border-color css

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

 span { border-color: rgb(48,100,102); }

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