Html Css Color HEX #223DB0 Persian Blue

📋 copy color: '#223DB0'

red 34 ◦ green 61 ◦ blue 176

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

Shades of Persian Blue #223DB0

Tints of Persian Blue #223DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 64.94%

R = 12.55%
G = 22.51%
B = 64.94%

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

#223DB0 (or 0x223DB0) is known color: Persian Blue. HEX triplet: 22, 3D and B0. RGB value is (34,61,176). Sum of RGB (Red+Green+Blue) = 34+61+176=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 176 (69.14% from 255 or 64.94% from 271); Max value from RGB is 176 - color contains mainly: blue. Hex color #223DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223DB0 is #DDC24F. Grayscale: #414141. Windows color (decimal): -14533200 or 11549986. OLE color: 11549986.

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

Color convert

RGB 34 61 176 -
CMYK 0.81 0.65 0 0.31
HSL 228.59º 0.68% 0.41% -
HSV(B) 228.59º 0.81% 0.69% -
XYZ 10.16 6.81 41.85 -
YUV 66.04 190.05 105.15 -
System Red Green Blue C M Y K H S L
Decimal 34 61 176 0.81 0.65 0 0.31 228.59 0.68 0.41
Hex 22 3D B0 51 41 0 1F E5 44 29
Octal 42 75 260 121 101 0 37 345 104 51
Binary 100010 111101 10110000 1010001 1000001 0 11111 11100101 1000100 101001

Color Harmonies of #223DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223DB0

Black with #223DB0

Text Example


Text Example

White with #223DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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