Html Css Color HEX #2B22CC Persian Blue

📋 copy color: '#2B22CC'

red 43 ◦ green 34 ◦ blue 204

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

Shades of Persian Blue #2B22CC

Tints of Persian Blue #2B22CC

RGB

 RED value IS 43 (17.19% from 255) = 15.3%

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

 BLUE value IS 204 (80.08% from 255) = 72.6%

R = 15.3%
G = 12.1%
B = 72.6%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B22CC (or 0x2B22CC) is known color: Persian Blue. HEX triplet: 2B, 22 and CC. RGB value is (43,34,204). Sum of RGB (Red+Green+Blue) = 43+34+204=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B22CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B22CC is #D4DD33. Grayscale: #373737. Windows color (decimal): -13950260 or 13378091. OLE color: 13378091.

HSL color Cylindrical-coordinate representation of color #2B22CC: hue angle of 243.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B22CC is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 34 204 -
CMYK 0.79 0.83 0 0.2
HSL 243.18º 0.71% 0.47% -
HSV(B) 243.18º 0.83% 0.8% -
XYZ 12.47 6.02 57.63 -
YUV 56.07 211.48 118.68 -
System Red Green Blue C M Y K H S L
Decimal 43 34 204 0.79 0.83 0 0.2 243.18 0.71 0.47
Hex 2B 22 CC 4F 53 0 14 F3 47 2F
Octal 53 42 314 117 123 0 24 363 107 57
Binary 101011 100010 11001100 1001111 1010011 0 10100 11110011 1000111 101111

Color Harmonies of #2B22CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B22CC

Black with #2B22CC

Text Example


Text Example

White with #2B22CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B22CC; }

 p { color: rgb(43,34,204); }

 H1.HeaderClassName
 {
   color: #2B22CC;
 }
 .AnyTagClassName
 {
   color: #2B22CC;
 }
</style>

background-color css

<style>
 a { background-color: #2B22CC; }

 a { background-color: rgb(43,34,204); }

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

border-color css

<style>
 span { border-color: #2B22CC; }

 span { border-color: rgb(43,34,204); }

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