Html Css Color HEX #3358DF Royal Blue

📋 copy color: '#3358DF'

red 51 ◦ green 88 ◦ blue 223

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

Shades of Royal Blue #3358DF

Tints of Royal Blue #3358DF

RGB

 RED value IS 51 (20.31% from 255) = 14.09%

 GREEN value IS 88 (34.77% from 255) = 24.31%

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

R = 14.09%
G = 24.31%
B = 61.6%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3358DF (or 0x3358DF) is known color: Royal Blue. HEX triplet: 33, 58 and DF. RGB value is (51,88,223). Sum of RGB (Red+Green+Blue) = 51+88+223=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #3358DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3358DF is #CCA720. Grayscale: #5B5B5B. Windows color (decimal): -13412129 or 14637107. OLE color: 14637107.

HSL color Cylindrical-coordinate representation of color #3358DF: hue angle of 227.09º 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 #3358DF is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 88 223 -
CMYK 0.77 0.61 0 0.13
HSL 227.09º 0.73% 0.54% -
HSV(B) 227.09º 0.77% 0.87% -
XYZ 18.17 13.01 71.37 -
YUV 92.33 201.74 98.52 -
System Red Green Blue C M Y K H S L
Decimal 51 88 223 0.77 0.61 0 0.13 227.09 0.73 0.54
Hex 33 58 DF 4D 3D 0 D E3 49 36
Octal 63 130 337 115 75 0 15 343 111 66
Binary 110011 1011000 11011111 1001101 111101 0 1101 11100011 1001001 110110

Color Harmonies of #3358DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3358DF

Black with #3358DF

Text Example


Text Example

White with #3358DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3358DF; }

 p { color: rgb(51,88,223); }

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

background-color css

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

 a { background-color: rgb(51,88,223); }

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

border-color css

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

 span { border-color: rgb(51,88,223); }

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