Html Css Color HEX #2526CB Persian Blue

📋 copy color: '#2526CB'

red 37 ◦ green 38 ◦ blue 203

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

Shades of Persian Blue #2526CB

Tints of Persian Blue #2526CB

RGB

 RED value IS 37 (14.84% from 255) = 13.31%

 GREEN value IS 38 (15.23% from 255) = 13.67%

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

R = 13.31%
G = 13.67%
B = 73.02%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2526CB (or 0x2526CB) is known color: Persian Blue. HEX triplet: 25, 26 and CB. RGB value is (37,38,203). Sum of RGB (Red+Green+Blue) = 37+38+203=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #2526CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2526CB is #DAD934. Grayscale: #373737. Windows color (decimal): -14342453 or 13313573. OLE color: 13313573.

HSL color Cylindrical-coordinate representation of color #2526CB: hue angle of 239.64º 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 #2526CB is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 38 203 -
CMYK 0.82 0.81 0 0.20
HSL 239.64º 0.69% 0.47% -
HSV(B) 239.64º 0.82% 0.8% -
XYZ 12.24 6.09 57.03 -
YUV 56.51 210.67 114.08 -
System Red Green Blue C M Y K H S L
Decimal 37 38 203 0.82 0.81 0 0.20 239.64 0.69 0.47
Hex 25 26 CB 52 51 0 14 F0 45 2F
Octal 45 46 313 122 121 0 24 360 105 57
Binary 100101 100110 11001011 1010010 1010001 0 10100 11110000 1000101 101111

Color Harmonies of #2526CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2526CB

Black with #2526CB

Text Example


Text Example

White with #2526CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2526CB; }

 p { color: rgb(37,38,203); }

 H1.HeaderClassName
 {
   color: #2526CB;
 }
 .AnyTagClassName
 {
   color: #2526CB;
 }
</style>

background-color css

<style>
 a { background-color: #2526CB; }

 a { background-color: rgb(37,38,203); }

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

border-color css

<style>
 span { border-color: #2526CB; }

 span { border-color: rgb(37,38,203); }

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