Html Css Color HEX #223BEA Persian Blue

📋 copy color: '#223BEA'

red 34 ◦ green 59 ◦ blue 234

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

Shades of Persian Blue #223BEA

Tints of Persian Blue #223BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 71.56%

R = 10.4%
G = 18.04%
B = 71.56%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#223BEA (or 0x223BEA) is known color: Persian Blue. HEX triplet: 22, 3B and EA. RGB value is (34,59,234). Sum of RGB (Red+Green+Blue) = 34+59+234=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #223BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223BEA is #DDC415. Grayscale: #464646. Windows color (decimal): -14533654 or 15350562. OLE color: 15350562.

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

Color convert

RGB 34 59 234 -
CMYK 0.85 0.75 0 0.08
HSL 232.5º 0.83% 0.53% -
HSV(B) 232.5º 0.85% 0.92% -
XYZ 17.07 9.41 78.76 -
YUV 71.48 219.72 101.27 -
System Red Green Blue C M Y K H S L
Decimal 34 59 234 0.85 0.75 0 0.08 232.5 0.83 0.53
Hex 22 3B EA 55 4B 0 8 E8 53 35
Octal 42 73 352 125 113 0 10 350 123 65
Binary 100010 111011 11101010 1010101 1001011 0 1000 11101000 1010011 110101

Color Harmonies of #223BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BEA

Black with #223BEA

Text Example


Text Example

White with #223BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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