Html Css Color HEX #223DCE Persian Blue

📋 copy color: '#223DCE'

red 34 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #223DCE

Tints of Persian Blue #223DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

 BLUE value IS 206 (80.86% from 255) = 68.44%

R = 11.3%
G = 20.27%
B = 68.44%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#223DCE (or 0x223DCE) is known color: Persian Blue. HEX triplet: 22, 3D and CE. RGB value is (34,61,206). Sum of RGB (Red+Green+Blue) = 34+61+206=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #223DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DCE is #DDC231. Grayscale: #444444. Windows color (decimal): -14533170 or 13516066. OLE color: 13516066.

HSL color Cylindrical-coordinate representation of color #223DCE: hue angle of 230.58º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223DCE is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 61 206 -
CMYK 0.83 0.70 0 0.19
HSL 230.58º 0.72% 0.47% -
HSV(B) 230.58º 0.83% 0.81% -
XYZ 13.47 8.13 59.25 -
YUV 69.46 205.05 102.71 -
System Red Green Blue C M Y K H S L
Decimal 34 61 206 0.83 0.70 0 0.19 230.58 0.72 0.47
Hex 22 3D CE 53 46 0 13 E7 48 2F
Octal 42 75 316 123 106 0 23 347 110 57
Binary 100010 111101 11001110 1010011 1000110 0 10011 11100111 1001000 101111

Color Harmonies of #223DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223DCE

Black with #223DCE

Text Example


Text Example

White with #223DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,61,206); }

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

background-color css

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

 a { background-color: rgb(34,61,206); }

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

border-color css

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

 span { border-color: rgb(34,61,206); }

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