Html Css Color HEX #223DBA Persian Blue

📋 copy color: '#223DBA'

red 34 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #223DBA

Tints of Persian Blue #223DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 12.1%
G = 21.71%
B = 66.19%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#223DBA (or 0x223DBA) is known color: Persian Blue. HEX triplet: 22, 3D and BA. RGB value is (34,61,186). Sum of RGB (Red+Green+Blue) = 34+61+186=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #223DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DBA is #DDC245. Grayscale: #424242. Windows color (decimal): -14533190 or 12205346. OLE color: 12205346.

HSL color Cylindrical-coordinate representation of color #223DBA: hue angle of 229.34º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223DBA is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 61 186 -
CMYK 0.82 0.67 0 0.27
HSL 229.34º 0.69% 0.43% -
HSV(B) 229.34º 0.82% 0.73% -
XYZ 11.19 7.22 47.26 -
YUV 67.18 195.05 104.34 -
System Red Green Blue C M Y K H S L
Decimal 34 61 186 0.82 0.67 0 0.27 229.34 0.69 0.43
Hex 22 3D BA 52 43 0 1B E5 45 2B
Octal 42 75 272 122 103 0 33 345 105 53
Binary 100010 111101 10111010 1010010 1000011 0 11011 11100101 1000101 101011

Color Harmonies of #223DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223DBA

Black with #223DBA

Text Example


Text Example

White with #223DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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