Html Css Color HEX #223DAE Persian Blue

📋 copy color: '#223DAE'

red 34 ◦ green 61 ◦ blue 174

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

Shades of Persian Blue #223DAE

Tints of Persian Blue #223DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.68%

R = 12.64%
G = 22.68%
B = 64.68%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#223DAE (or 0x223DAE) is known color: Persian Blue. HEX triplet: 22, 3D and AE. RGB value is (34,61,174). Sum of RGB (Red+Green+Blue) = 34+61+174=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #223DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223DAE is #DDC251. Grayscale: #414141. Windows color (decimal): -14533202 or 11418914. OLE color: 11418914.

HSL color Cylindrical-coordinate representation of color #223DAE: hue angle of 228.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #223DAE is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 61 174 -
CMYK 0.80 0.65 0 0.32
HSL 228.43º 0.67% 0.41% -
HSV(B) 228.43º 0.8% 0.68% -
XYZ 9.97 6.73 40.82 -
YUV 65.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 34 61 174 0.80 0.65 0 0.32 228.43 0.67 0.41
Hex 22 3D AE 50 41 0 20 E4 43 29
Octal 42 75 256 120 101 0 40 344 103 51
Binary 100010 111101 10101110 1010000 1000001 0 100000 11100100 1000011 101001

Color Harmonies of #223DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223DAE

Black with #223DAE

Text Example


Text Example

White with #223DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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