Html Css Color HEX #4358DB Royal Blue

📋 copy color: '#4358DB'

red 67 ◦ green 88 ◦ blue 219

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

Shades of Royal Blue #4358DB

Tints of Royal Blue #4358DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.56%

R = 17.91%
G = 23.53%
B = 58.56%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4358DB (or 0x4358DB) is known color: Royal Blue. HEX triplet: 43, 58 and DB. RGB value is (67,88,219). Sum of RGB (Red+Green+Blue) = 67+88+219=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #4358DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4358DB is #BCA724. Grayscale: #606060. Windows color (decimal): -12363557 or 14374979. OLE color: 14374979.

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

Color convert

RGB 67 88 219 -
CMYK 0.69 0.60 0 0.14
HSL 231.71º 0.68% 0.56% -
HSV(B) 231.71º 0.69% 0.86% -
XYZ 18.59 13.29 68.6 -
YUV 96.66 197.04 106.85 -
System Red Green Blue C M Y K H S L
Decimal 67 88 219 0.69 0.60 0 0.14 231.71 0.68 0.56
Hex 43 58 DB 45 3C 0 E E8 44 38
Octal 103 130 333 105 74 0 16 350 104 70
Binary 1000011 1011000 11011011 1000101 111100 0 1110 11101000 1000100 111000

Color Harmonies of #4358DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4358DB

Black with #4358DB

Text Example


Text Example

White with #4358DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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