Html Css Color HEX #223BAF Persian Blue

📋 copy color: '#223BAF'

red 34 ◦ green 59 ◦ blue 175

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

Shades of Persian Blue #223BAF

Tints of Persian Blue #223BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.3%

R = 12.69%
G = 22.01%
B = 65.3%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#223BAF (or 0x223BAF) is known color: Persian Blue. HEX triplet: 22, 3B and AF. RGB value is (34,59,175). Sum of RGB (Red+Green+Blue) = 34+59+175=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #223BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BAF is #DDC450. Grayscale: #404040. Windows color (decimal): -14533713 or 11483938. OLE color: 11483938.

HSL color Cylindrical-coordinate representation of color #223BAF: hue angle of 229.36º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223BAF is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 59 175 -
CMYK 0.81 0.66 0 0.31
HSL 229.36º 0.67% 0.41% -
HSV(B) 229.36º 0.81% 0.69% -
XYZ 9.96 6.56 41.3 -
YUV 64.75 190.22 106.07 -
System Red Green Blue C M Y K H S L
Decimal 34 59 175 0.81 0.66 0 0.31 229.36 0.67 0.41
Hex 22 3B AF 51 42 0 1F E5 43 29
Octal 42 73 257 121 102 0 37 345 103 51
Binary 100010 111011 10101111 1010001 1000010 0 11111 11100101 1000011 101001

Color Harmonies of #223BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BAF

Black with #223BAF

Text Example


Text Example

White with #223BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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