Html Css Color HEX #223BCE Persian Blue

📋 copy color: '#223BCE'

red 34 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #223BCE

Tints of Persian Blue #223BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.73%

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

R = 11.37%
G = 19.73%
B = 68.9%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#223BCE (or 0x223BCE) is known color: Persian Blue. HEX triplet: 22, 3B and CE. RGB value is (34,59,206). Sum of RGB (Red+Green+Blue) = 34+59+206=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #223BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BCE is #DDC431. Grayscale: #434343. Windows color (decimal): -14533682 or 13515554. OLE color: 13515554.

HSL color Cylindrical-coordinate representation of color #223BCE: hue angle of 231.28º 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 #223BCE is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 59 206 -
CMYK 0.83 0.71 0 0.19
HSL 231.28º 0.72% 0.47% -
HSV(B) 231.28º 0.83% 0.81% -
XYZ 13.36 7.92 59.22 -
YUV 68.28 205.72 103.55 -
System Red Green Blue C M Y K H S L
Decimal 34 59 206 0.83 0.71 0 0.19 231.28 0.72 0.47
Hex 22 3B CE 53 47 0 13 E7 48 2F
Octal 42 73 316 123 107 0 23 347 110 57
Binary 100010 111011 11001110 1010011 1000111 0 10011 11100111 1001000 101111

Color Harmonies of #223BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BCE

Black with #223BCE

Text Example


Text Example

White with #223BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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