Html Css Color HEX #306366 Oracle

📋 copy color: '#306366'

red 48 ◦ green 99 ◦ blue 102

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

Shades of Oracle #306366

Tints of Oracle #306366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.76%

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

R = 19.28%
G = 39.76%
B = 40.96%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#306366 (or 0x306366) is known color: Oracle. HEX triplet: 30, 63 and 66. RGB value is (48,99,102). Sum of RGB (Red+Green+Blue) = 48+99+102=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #306366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306366 is #CF9C99. Grayscale: #545454. Windows color (decimal): -13606042 or 6710064. OLE color: 6710064.

HSL color Cylindrical-coordinate representation of color #306366: hue angle of 183.33º 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 #306366 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 99 102 -
CMYK 0.53 0.03 0 0.6
HSL 183.33º 0.36% 0.29% -
HSV(B) 183.33º 0.53% 0.4% -
XYZ 8.08 10.51 14.17 -
YUV 84.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 48 99 102 0.53 0.03 0 0.6 183.33 0.36 0.29
Hex 30 63 66 35 3 0 3C B7 24 1D
Octal 60 143 146 65 3 0 74 267 44 35
Binary 110000 1100011 1100110 110101 11 0 111100 10110111 100100 11101

Color Harmonies of #306366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306366

Black with #306366

Text Example


Text Example

White with #306366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306366; }

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

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

background-color css

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

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

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

border-color css

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

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

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