Html Css Color HEX #306AF3 Royal Blue

📋 copy color: '#306AF3'

red 48 ◦ green 106 ◦ blue 243

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

Shades of Royal Blue #306AF3

Tints of Royal Blue #306AF3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 243 (95.31% from 255) = 61.21%

R = 12.09%
G = 26.7%
B = 61.21%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#306AF3 (or 0x306AF3) is known color: Royal Blue. HEX triplet: 30, 6A and F3. RGB value is (48,106,243). Sum of RGB (Red+Green+Blue) = 48+106+243=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 243 (95.31% from 255 or 61.21% from 397); Max value from RGB is 243 - color contains mainly: blue. Hex color #306AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306AF3 is #CF950C. Grayscale: #676767. Windows color (decimal): -13604109 or 15952432. OLE color: 15952432.

HSL color Cylindrical-coordinate representation of color #306AF3: hue angle of 222.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306AF3 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 106 243 -
CMYK 0.80 0.56 0 0.05
HSL 222.15º 0.89% 0.57% -
HSV(B) 222.15º 0.8% 0.95% -
XYZ 22.55 17.41 86.97 -
YUV 104.28 206.28 87.86 -
System Red Green Blue C M Y K H S L
Decimal 48 106 243 0.80 0.56 0 0.05 222.15 0.89 0.57
Hex 30 6A F3 50 38 0 5 DE 59 39
Octal 60 152 363 120 70 0 5 336 131 71
Binary 110000 1101010 11110011 1010000 111000 0 101 11011110 1011001 111001

Color Harmonies of #306AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306AF3

Black with #306AF3

Text Example


Text Example

White with #306AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306AF3; }

 p { color: rgb(48,106,243); }

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

background-color css

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

 a { background-color: rgb(48,106,243); }

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

border-color css

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

 span { border-color: rgb(48,106,243); }

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