Html Css Color HEX #2534BE Persian Blue

📋 copy color: '#2534BE'

red 37 ◦ green 52 ◦ blue 190

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

Shades of Persian Blue #2534BE

Tints of Persian Blue #2534BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

 BLUE value IS 190 (74.61% from 255) = 68.1%

R = 13.26%
G = 18.64%
B = 68.1%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2534BE (or 0x2534BE) is known color: Persian Blue. HEX triplet: 25, 34 and BE. RGB value is (37,52,190). Sum of RGB (Red+Green+Blue) = 37+52+190=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #2534BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2534BE is #DACB41. Grayscale: #3E3E3E. Windows color (decimal): -14338882 or 12465189. OLE color: 12465189.

HSL color Cylindrical-coordinate representation of color #2534BE: hue angle of 234.12º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2534BE is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 52 190 -
CMYK 0.81 0.73 0 0.25
HSL 234.12º 0.67% 0.45% -
HSV(B) 234.12º 0.81% 0.75% -
XYZ 11.29 6.57 49.39 -
YUV 63.25 199.53 109.28 -
System Red Green Blue C M Y K H S L
Decimal 37 52 190 0.81 0.73 0 0.25 234.12 0.67 0.45
Hex 25 34 BE 51 49 0 19 EA 43 2D
Octal 45 64 276 121 111 0 31 352 103 55
Binary 100101 110100 10111110 1010001 1001001 0 11001 11101010 1000011 101101

Color Harmonies of #2534BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2534BE

Black with #2534BE

Text Example


Text Example

White with #2534BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2534BE; }

 p { color: rgb(37,52,190); }

 H1.HeaderClassName
 {
   color: #2534BE;
 }
 .AnyTagClassName
 {
   color: #2534BE;
 }
</style>

background-color css

<style>
 a { background-color: #2534BE; }

 a { background-color: rgb(37,52,190); }

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

border-color css

<style>
 span { border-color: #2534BE; }

 span { border-color: rgb(37,52,190); }

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