Html Css Color HEX #223DAB Persian Blue

📋 copy color: '#223DAB'

red 34 ◦ green 61 ◦ blue 171

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

Shades of Persian Blue #223DAB

Tints of Persian Blue #223DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.93%

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 12.78%
G = 22.93%
B = 64.29%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#223DAB (or 0x223DAB) is known color: Persian Blue. HEX triplet: 22, 3D and AB. RGB value is (34,61,171). Sum of RGB (Red+Green+Blue) = 34+61+171=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #223DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223DAB is #DDC254. Grayscale: #414141. Windows color (decimal): -14533205 or 11222306. OLE color: 11222306.

HSL color Cylindrical-coordinate representation of color #223DAB: hue angle of 228.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #223DAB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 61 171 -
CMYK 0.80 0.64 0 0.33
HSL 228.18º 0.67% 0.4% -
HSV(B) 228.18º 0.8% 0.67% -
XYZ 9.68 6.62 39.3 -
YUV 65.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 34 61 171 0.80 0.64 0 0.33 228.18 0.67 0.4
Hex 22 3D AB 50 40 0 21 E4 43 28
Octal 42 75 253 120 100 0 41 344 103 50
Binary 100010 111101 10101011 1010000 1000000 0 100001 11100100 1000011 101000

Color Harmonies of #223DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223DAB

Black with #223DAB

Text Example


Text Example

White with #223DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,61,171); }

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

background-color css

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

 a { background-color: rgb(34,61,171); }

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

border-color css

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

 span { border-color: rgb(34,61,171); }

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