Html Css Color HEX #223BCF Persian Blue

📋 copy color: '#223BCF'

red 34 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #223BCF

Tints of Persian Blue #223BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69%

R = 11.33%
G = 19.67%
B = 69%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#223BCF (or 0x223BCF) is known color: Persian Blue. HEX triplet: 22, 3B and CF. RGB value is (34,59,207). Sum of RGB (Red+Green+Blue) = 34+59+207=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #223BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BCF is #DDC430. Grayscale: #434343. Windows color (decimal): -14533681 or 13581090. OLE color: 13581090.

HSL color Cylindrical-coordinate representation of color #223BCF: hue angle of 231.33º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223BCF is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 59 207 -
CMYK 0.84 0.71 0 0.19
HSL 231.33º 0.72% 0.47% -
HSV(B) 231.33º 0.84% 0.81% -
XYZ 13.49 7.97 59.86 -
YUV 68.4 206.22 103.47 -
System Red Green Blue C M Y K H S L
Decimal 34 59 207 0.84 0.71 0 0.19 231.33 0.72 0.47
Hex 22 3B CF 54 47 0 13 E7 48 2F
Octal 42 73 317 124 107 0 23 347 110 57
Binary 100010 111011 11001111 1010100 1000111 0 10011 11100111 1001000 101111

Color Harmonies of #223BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BCF

Black with #223BCF

Text Example


Text Example

White with #223BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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