Html Css Color HEX #2F2CCB Persian Blue

📋 copy color: '#2F2CCB'

red 47 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #2F2CCB

Tints of Persian Blue #2F2CCB

RGB

 RED value IS 47 (18.75% from 255) = 15.99%

 GREEN value IS 44 (17.58% from 255) = 14.97%

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

R = 15.99%
G = 14.97%
B = 69.05%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F2CCB (or 0x2F2CCB) is known color: Persian Blue. HEX triplet: 2F, 2C and CB. RGB value is (47,44,203). Sum of RGB (Red+Green+Blue) = 47+44+203=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F2CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2CCB is #D0D334. Grayscale: #3E3E3E. Windows color (decimal): -13685557 or 13315119. OLE color: 13315119.

HSL color Cylindrical-coordinate representation of color #2F2CCB: hue angle of 241.13º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F2CCB is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 44 203 -
CMYK 0.77 0.78 0 0.20
HSL 241.13º 0.64% 0.48% -
HSV(B) 241.13º 0.78% 0.8% -
XYZ 12.85 6.72 57.12 -
YUV 63.02 206.99 116.57 -
System Red Green Blue C M Y K H S L
Decimal 47 44 203 0.77 0.78 0 0.20 241.13 0.64 0.48
Hex 2F 2C CB 4D 4E 0 14 F1 40 30
Octal 57 54 313 115 116 0 24 361 100 60
Binary 101111 101100 11001011 1001101 1001110 0 10100 11110001 1000000 110000

Color Harmonies of #2F2CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2CCB

Black with #2F2CCB

Text Example


Text Example

White with #2F2CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,44,203); }

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

background-color css

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

 a { background-color: rgb(47,44,203); }

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

border-color css

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

 span { border-color: rgb(47,44,203); }

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