Html Css Color HEX #2825CC Persian Blue

📋 copy color: '#2825CC'

red 40 ◦ green 37 ◦ blue 204

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

Shades of Persian Blue #2825CC

Tints of Persian Blue #2825CC

RGB

 RED value IS 40 (16.02% from 255) = 14.23%

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

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

R = 14.23%
G = 13.17%
B = 72.6%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2825CC (or 0x2825CC) is known color: Persian Blue. HEX triplet: 28, 25 and CC. RGB value is (40,37,204). Sum of RGB (Red+Green+Blue) = 40+37+204=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 37 (14.84% from 255 or 13.17% 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 #2825CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2825CC is #D7DA33. Grayscale: #383838. Windows color (decimal): -14146100 or 13378856. OLE color: 13378856.

HSL color Cylindrical-coordinate representation of color #2825CC: hue angle of 241.08º 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 #2825CC is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 37 204 -
CMYK 0.80 0.82 0 0.2
HSL 241.08º 0.69% 0.47% -
HSV(B) 241.08º 0.82% 0.8% -
XYZ 12.44 6.13 57.66 -
YUV 56.94 210.99 115.92 -
System Red Green Blue C M Y K H S L
Decimal 40 37 204 0.80 0.82 0 0.2 241.08 0.69 0.47
Hex 28 25 CC 50 52 0 14 F1 45 2F
Octal 50 45 314 120 122 0 24 361 105 57
Binary 101000 100101 11001100 1010000 1010010 0 10100 11110001 1000101 101111

Color Harmonies of #2825CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2825CC

Black with #2825CC

Text Example


Text Example

White with #2825CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2825CC; }

 p { color: rgb(40,37,204); }

 H1.HeaderClassName
 {
   color: #2825CC;
 }
 .AnyTagClassName
 {
   color: #2825CC;
 }
</style>

background-color css

<style>
 a { background-color: #2825CC; }

 a { background-color: rgb(40,37,204); }

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

border-color css

<style>
 span { border-color: #2825CC; }

 span { border-color: rgb(40,37,204); }

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