Html Css Color HEX #4358DC Royal Blue

📋 copy color: '#4358DC'

red 67 ◦ green 88 ◦ blue 220

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

Shades of Royal Blue #4358DC

Tints of Royal Blue #4358DC

RGB

 RED value IS 67 (26.56% from 255) = 17.87%

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

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 17.87%
G = 23.47%
B = 58.67%

CMYK

 C value IS 0.70

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4358DC (or 0x4358DC) is known color: Royal Blue. HEX triplet: 43, 58 and DC. RGB value is (67,88,220). Sum of RGB (Red+Green+Blue) = 67+88+220=375 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.87% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #4358DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4358DC is #BCA723. Grayscale: #606060. Windows color (decimal): -12363556 or 14440515. OLE color: 14440515.

HSL color Cylindrical-coordinate representation of color #4358DC: hue angle of 231.76º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4358DC is Cyan = 0.70, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 88 220 -
CMYK 0.70 0.6 0 0.14
HSL 231.76º 0.69% 0.56% -
HSV(B) 231.76º 0.7% 0.86% -
XYZ 18.72 13.34 69.3 -
YUV 96.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 67 88 220 0.70 0.6 0 0.14 231.76 0.69 0.56
Hex 43 58 DC 46 3C 0 E E8 45 38
Octal 103 130 334 106 74 0 16 350 105 70
Binary 1000011 1011000 11011100 1000110 111100 0 1110 11101000 1000101 111000

Color Harmonies of #4358DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4358DC

Black with #4358DC

Text Example


Text Example

White with #4358DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4358DC; }

 p { color: rgb(67,88,220); }

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

background-color css

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

 a { background-color: rgb(67,88,220); }

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

border-color css

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

 span { border-color: rgb(67,88,220); }

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