Html Css Color HEX #223BCB Persian Blue

📋 copy color: '#223BCB'

red 34 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #223BCB

Tints of Persian Blue #223BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

 BLUE value IS 203 (79.69% from 255) = 68.58%

R = 11.49%
G = 19.93%
B = 68.58%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#223BCB (or 0x223BCB) is known color: Persian Blue. HEX triplet: 22, 3B and CB. RGB value is (34,59,203). Sum of RGB (Red+Green+Blue) = 34+59+203=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #223BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BCB is #DDC434. Grayscale: #434343. Windows color (decimal): -14533685 or 13318946. OLE color: 13318946.

HSL color Cylindrical-coordinate representation of color #223BCB: hue angle of 231.12º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223BCB is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 59 203 -
CMYK 0.83 0.71 0 0.20
HSL 231.12º 0.71% 0.46% -
HSV(B) 231.12º 0.83% 0.8% -
XYZ 13 7.78 57.32 -
YUV 67.94 204.22 103.79 -
System Red Green Blue C M Y K H S L
Decimal 34 59 203 0.83 0.71 0 0.20 231.12 0.71 0.46
Hex 22 3B CB 53 47 0 14 E7 47 2E
Octal 42 73 313 123 107 0 24 347 107 56
Binary 100010 111011 11001011 1010011 1000111 0 10100 11100111 1000111 101110

Color Harmonies of #223BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BCB

Black with #223BCB

Text Example


Text Example

White with #223BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,59,203); }

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

background-color css

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

 a { background-color: rgb(34,59,203); }

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

border-color css

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

 span { border-color: rgb(34,59,203); }

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