Html Css Color HEX #2C25CD Persian Blue

📋 copy color: '#2C25CD'

red 44 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #2C25CD

Tints of Persian Blue #2C25CD

RGB

 RED value IS 44 (17.58% from 255) = 15.38%

 GREEN value IS 37 (14.84% from 255) = 12.94%

 BLUE value IS 205 (80.47% from 255) = 71.68%

R = 15.38%
G = 12.94%
B = 71.68%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2C25CD (or 0x2C25CD) is known color: Persian Blue. HEX triplet: 2C, 25 and CD. RGB value is (44,37,205). Sum of RGB (Red+Green+Blue) = 44+37+205=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C25CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C25CD is #D3DA32. Grayscale: #393939. Windows color (decimal): -13883955 or 13444396. OLE color: 13444396.

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

Color convert

RGB 44 37 205 -
CMYK 0.79 0.82 0 0.20
HSL 242.5º 0.69% 0.47% -
HSV(B) 242.5º 0.82% 0.8% -
XYZ 12.72 6.27 58.3 -
YUV 58.25 210.82 117.84 -
System Red Green Blue C M Y K H S L
Decimal 44 37 205 0.79 0.82 0 0.20 242.5 0.69 0.47
Hex 2C 25 CD 4F 52 0 14 F2 45 2F
Octal 54 45 315 117 122 0 24 362 105 57
Binary 101100 100101 11001101 1001111 1010010 0 10100 11110010 1000101 101111

Color Harmonies of #2C25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C25CD

Black with #2C25CD

Text Example


Text Example

White with #2C25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,37,205); }

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

background-color css

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

 a { background-color: rgb(44,37,205); }

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

border-color css

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

 span { border-color: rgb(44,37,205); }

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