Html Css Color HEX #223BE6 Persian Blue

📋 copy color: '#223BE6'

red 34 ◦ green 59 ◦ blue 230

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

Shades of Persian Blue #223BE6

Tints of Persian Blue #223BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 71.21%

R = 10.53%
G = 18.27%
B = 71.21%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#223BE6 (or 0x223BE6) is known color: Persian Blue. HEX triplet: 22, 3B and E6. RGB value is (34,59,230). Sum of RGB (Red+Green+Blue) = 34+59+230=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 230 (90.23% from 255 or 71.21% from 323); Max value from RGB is 230 - color contains mainly: blue. Hex color #223BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223BE6 is #DDC419. Grayscale: #464646. Windows color (decimal): -14533658 or 15088418. OLE color: 15088418.

HSL color Cylindrical-coordinate representation of color #223BE6: hue angle of 232.35º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223BE6 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 34 59 230 -
CMYK 0.85 0.74 0 0.10
HSL 232.35º 0.8% 0.52% -
HSV(B) 232.35º 0.85% 0.9% -
XYZ 16.51 9.18 75.77 -
YUV 71.02 217.72 101.6 -
System Red Green Blue C M Y K H S L
Decimal 34 59 230 0.85 0.74 0 0.10 232.35 0.8 0.52
Hex 22 3B E6 55 4A 0 A E8 50 34
Octal 42 73 346 125 112 0 12 350 120 64
Binary 100010 111011 11100110 1010101 1001010 0 1010 11101000 1010000 110100

Color Harmonies of #223BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BE6

Black with #223BE6

Text Example


Text Example

White with #223BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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