Html Css Color HEX #223BB4 Persian Blue

📋 copy color: '#223BB4'

red 34 ◦ green 59 ◦ blue 180

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

Shades of Persian Blue #223BB4

Tints of Persian Blue #223BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 65.93%

R = 12.45%
G = 21.61%
B = 65.93%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#223BB4 (or 0x223BB4) is known color: Persian Blue. HEX triplet: 22, 3B and B4. RGB value is (34,59,180). Sum of RGB (Red+Green+Blue) = 34+59+180=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #223BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BB4 is #DDC44B. Grayscale: #404040. Windows color (decimal): -14533708 or 11811618. OLE color: 11811618.

HSL color Cylindrical-coordinate representation of color #223BB4: hue angle of 229.73º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223BB4 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 59 180 -
CMYK 0.81 0.67 0 0.29
HSL 229.73º 0.68% 0.42% -
HSV(B) 229.73º 0.81% 0.71% -
XYZ 10.46 6.76 43.93 -
YUV 65.32 192.72 105.66 -
System Red Green Blue C M Y K H S L
Decimal 34 59 180 0.81 0.67 0 0.29 229.73 0.68 0.42
Hex 22 3B B4 51 43 0 1D E6 44 2A
Octal 42 73 264 121 103 0 35 346 104 52
Binary 100010 111011 10110100 1010001 1000011 0 11101 11100110 1000100 101010

Color Harmonies of #223BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BB4

Black with #223BB4

Text Example


Text Example

White with #223BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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