Html Css Color HEX #3567FA Royal Blue

📋 copy color: '#3567FA'

red 53 ◦ green 103 ◦ blue 250

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

Shades of Royal Blue #3567FA

Tints of Royal Blue #3567FA

RGB

 RED value IS 53 (21.09% from 255) = 13.05%

 GREEN value IS 103 (40.63% from 255) = 25.37%

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 13.05%
G = 25.37%
B = 61.58%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3567FA (or 0x3567FA) is known color: Royal Blue. HEX triplet: 35, 67 and FA. RGB value is (53,103,250). Sum of RGB (Red+Green+Blue) = 53+103+250=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #3567FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3567FA is #CA9805. Grayscale: #686868. Windows color (decimal): -13277190 or 16410421. OLE color: 16410421.

HSL color Cylindrical-coordinate representation of color #3567FA: hue angle of 224.77º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3567FA is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 103 250 -
CMYK 0.79 0.59 0 0.02
HSL 224.77º 0.95% 0.59% -
HSV(B) 224.77º 0.79% 0.98% -
XYZ 23.57 17.36 92.55 -
YUV 104.81 209.94 91.05 -
System Red Green Blue C M Y K H S L
Decimal 53 103 250 0.79 0.59 0 0.02 224.77 0.95 0.59
Hex 35 67 FA 4F 3B 0 2 E1 5F 3B
Octal 65 147 372 117 73 0 2 341 137 73
Binary 110101 1100111 11111010 1001111 111011 0 10 11100001 1011111 111011

Color Harmonies of #3567FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3567FA

Black with #3567FA

Text Example


Text Example

White with #3567FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3567FA; }

 p { color: rgb(53,103,250); }

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

background-color css

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

 a { background-color: rgb(53,103,250); }

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

border-color css

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

 span { border-color: rgb(53,103,250); }

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