Html Css Color HEX #345FDF Royal Blue

📋 copy color: '#345FDF'

red 52 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #345FDF

Tints of Royal Blue #345FDF

RGB

 RED value IS 52 (20.7% from 255) = 14.05%

 GREEN value IS 95 (37.5% from 255) = 25.68%

 BLUE value IS 223 (87.5% from 255) = 60.27%

R = 14.05%
G = 25.68%
B = 60.27%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#345FDF (or 0x345FDF) is known color: Royal Blue. HEX triplet: 34, 5F and DF. RGB value is (52,95,223). Sum of RGB (Red+Green+Blue) = 52+95+223=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #345FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FDF is #CBA020. Grayscale: #606060. Windows color (decimal): -13344801 or 14638900. OLE color: 14638900.

HSL color Cylindrical-coordinate representation of color #345FDF: hue angle of 224.91º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345FDF is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 95 223 -
CMYK 0.77 0.57 0 0.13
HSL 224.91º 0.73% 0.54% -
HSV(B) 224.91º 0.77% 0.87% -
XYZ 18.83 14.24 71.57 -
YUV 96.74 199.25 96.09 -
System Red Green Blue C M Y K H S L
Decimal 52 95 223 0.77 0.57 0 0.13 224.91 0.73 0.54
Hex 34 5F DF 4D 39 0 D E1 49 36
Octal 64 137 337 115 71 0 15 341 111 66
Binary 110100 1011111 11011111 1001101 111001 0 1101 11100001 1001001 110110

Color Harmonies of #345FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FDF

Black with #345FDF

Text Example


Text Example

White with #345FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345FDF; }

 p { color: rgb(52,95,223); }

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

background-color css

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

 a { background-color: rgb(52,95,223); }

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

border-color css

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

 span { border-color: rgb(52,95,223); }

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