Html Css Color HEX #223DAF Persian Blue

📋 copy color: '#223DAF'

red 34 ◦ green 61 ◦ blue 175

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

Shades of Persian Blue #223DAF

Tints of Persian Blue #223DAF

RGB

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

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

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

R = 12.59%
G = 22.59%
B = 64.81%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#223DAF (or 0x223DAF) is known color: Persian Blue. HEX triplet: 22, 3D and AF. RGB value is (34,61,175). Sum of RGB (Red+Green+Blue) = 34+61+175=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #223DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223DAF is #DDC250. Grayscale: #414141. Windows color (decimal): -14533201 or 11484450. OLE color: 11484450.

HSL color Cylindrical-coordinate representation of color #223DAF: hue angle of 228.51º 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 #223DAF is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 61 175 -
CMYK 0.81 0.65 0 0.31
HSL 228.51º 0.67% 0.41% -
HSV(B) 228.51º 0.81% 0.69% -
XYZ 10.07 6.77 41.33 -
YUV 65.92 189.55 105.23 -
System Red Green Blue C M Y K H S L
Decimal 34 61 175 0.81 0.65 0 0.31 228.51 0.67 0.41
Hex 22 3D AF 51 41 0 1F E5 43 29
Octal 42 75 257 121 101 0 37 345 103 51
Binary 100010 111101 10101111 1010001 1000001 0 11111 11100101 1000011 101001

Color Harmonies of #223DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223DAF

Black with #223DAF

Text Example


Text Example

White with #223DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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