Html Css Color HEX #223CED Persian Blue

📋 copy color: '#223CED'

red 34 ◦ green 60 ◦ blue 237

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

Shades of Persian Blue #223CED

Tints of Persian Blue #223CED

RGB

 RED value IS 34 (13.67% from 255) = 10.27%

 GREEN value IS 60 (23.83% from 255) = 18.13%

 BLUE value IS 237 (92.97% from 255) = 71.6%

R = 10.27%
G = 18.13%
B = 71.6%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#223CED (or 0x223CED) is known color: Persian Blue. HEX triplet: 22, 3C and ED. RGB value is (34,60,237). Sum of RGB (Red+Green+Blue) = 34+60+237=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #223CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223CED is #DDC312. Grayscale: #474747. Windows color (decimal): -14533395 or 15547426. OLE color: 15547426.

HSL color Cylindrical-coordinate representation of color #223CED: hue angle of 232.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #223CED is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 60 237 -
CMYK 0.86 0.75 0 0.07
HSL 232.32º 0.85% 0.53% -
HSV(B) 232.32º 0.86% 0.93% -
XYZ 17.56 9.69 81.06 -
YUV 72.4 220.89 100.61 -
System Red Green Blue C M Y K H S L
Decimal 34 60 237 0.86 0.75 0 0.07 232.32 0.85 0.53
Hex 22 3C ED 56 4B 0 7 E8 55 35
Octal 42 74 355 126 113 0 7 350 125 65
Binary 100010 111100 11101101 1010110 1001011 0 111 11101000 1010101 110101

Color Harmonies of #223CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223CED

Black with #223CED

Text Example


Text Example

White with #223CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223CED; }

 p { color: rgb(34,60,237); }

 H1.HeaderClassName
 {
   color: #223CED;
 }
 .AnyTagClassName
 {
   color: #223CED;
 }
</style>

background-color css

<style>
 a { background-color: #223CED; }

 a { background-color: rgb(34,60,237); }

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

border-color css

<style>
 span { border-color: #223CED; }

 span { border-color: rgb(34,60,237); }

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