Html Css Color HEX #223FBB Persian Blue

📋 copy color: '#223FBB'

red 34 ◦ green 63 ◦ blue 187

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

Shades of Persian Blue #223FBB

Tints of Persian Blue #223FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

 BLUE value IS 187 (73.44% from 255) = 65.85%

R = 11.97%
G = 22.18%
B = 65.85%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#223FBB (or 0x223FBB) is known color: Persian Blue. HEX triplet: 22, 3F and BB. RGB value is (34,63,187). Sum of RGB (Red+Green+Blue) = 34+63+187=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #223FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223FBB is #DDC044. Grayscale: #434343. Windows color (decimal): -14532677 or 12271394. OLE color: 12271394.

HSL color Cylindrical-coordinate representation of color #223FBB: hue angle of 228.63º 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 #223FBB is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 63 187 -
CMYK 0.82 0.66 0 0.27
HSL 228.63º 0.69% 0.43% -
HSV(B) 228.63º 0.82% 0.73% -
XYZ 11.41 7.48 47.86 -
YUV 68.47 194.89 103.42 -
System Red Green Blue C M Y K H S L
Decimal 34 63 187 0.82 0.66 0 0.27 228.63 0.69 0.43
Hex 22 3F BB 52 42 0 1B E5 45 2B
Octal 42 77 273 122 102 0 33 345 105 53
Binary 100010 111111 10111011 1010010 1000010 0 11011 11100101 1000101 101011

Color Harmonies of #223FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223FBB

Black with #223FBB

Text Example


Text Example

White with #223FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,63,187); }

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

background-color css

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

 a { background-color: rgb(34,63,187); }

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

border-color css

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

 span { border-color: rgb(34,63,187); }

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