Html Css Color HEX #2538CF Persian Blue

📋 copy color: '#2538CF'

red 37 ◦ green 56 ◦ blue 207

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

Shades of Persian Blue #2538CF

Tints of Persian Blue #2538CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

 BLUE value IS 207 (81.25% from 255) = 69%

R = 12.33%
G = 18.67%
B = 69%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2538CF (or 0x2538CF) is known color: Persian Blue. HEX triplet: 25, 38 and CF. RGB value is (37,56,207). Sum of RGB (Red+Green+Blue) = 37+56+207=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #2538CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2538CF is #DAC730. Grayscale: #424242. Windows color (decimal): -14337841 or 13580325. OLE color: 13580325.

HSL color Cylindrical-coordinate representation of color #2538CF: hue angle of 233.29º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2538CF is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 56 207 -
CMYK 0.82 0.73 0 0.19
HSL 233.29º 0.7% 0.48% -
HSV(B) 233.29º 0.82% 0.81% -
XYZ 13.44 7.73 59.81 -
YUV 67.53 206.71 106.22 -
System Red Green Blue C M Y K H S L
Decimal 37 56 207 0.82 0.73 0 0.19 233.29 0.7 0.48
Hex 25 38 CF 52 49 0 13 E9 46 30
Octal 45 70 317 122 111 0 23 351 106 60
Binary 100101 111000 11001111 1010010 1001001 0 10011 11101001 1000110 110000

Color Harmonies of #2538CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2538CF

Black with #2538CF

Text Example


Text Example

White with #2538CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2538CF; }

 p { color: rgb(37,56,207); }

 H1.HeaderClassName
 {
   color: #2538CF;
 }
 .AnyTagClassName
 {
   color: #2538CF;
 }
</style>

background-color css

<style>
 a { background-color: #2538CF; }

 a { background-color: rgb(37,56,207); }

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

border-color css

<style>
 span { border-color: #2538CF; }

 span { border-color: rgb(37,56,207); }

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