Html Css Color HEX #253DB4 Persian Blue

📋 copy color: '#253DB4'

red 37 ◦ green 61 ◦ blue 180

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

Shades of Persian Blue #253DB4

Tints of Persian Blue #253DB4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.94%

 BLUE value IS 180 (70.7% from 255) = 64.75%

R = 13.31%
G = 21.94%
B = 64.75%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#253DB4 (or 0x253DB4) is known color: Persian Blue. HEX triplet: 25, 3D and B4. RGB value is (37,61,180). Sum of RGB (Red+Green+Blue) = 37+61+180=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 180 (70.70% from 255 or 64.75% from 278); Max value from RGB is 180 - color contains mainly: blue. Hex color #253DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DB4 is #DAC24B. Grayscale: #424242. Windows color (decimal): -14336588 or 11812133. OLE color: 11812133.

HSL color Cylindrical-coordinate representation of color #253DB4: hue angle of 229.93º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #253DB4 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 61 180 -
CMYK 0.79 0.66 0 0.29
HSL 229.93º 0.66% 0.43% -
HSV(B) 229.93º 0.79% 0.71% -
XYZ 10.67 7.03 43.97 -
YUV 67.39 191.55 106.32 -
System Red Green Blue C M Y K H S L
Decimal 37 61 180 0.79 0.66 0 0.29 229.93 0.66 0.43
Hex 25 3D B4 4F 42 0 1D E6 42 2B
Octal 45 75 264 117 102 0 35 346 102 53
Binary 100101 111101 10110100 1001111 1000010 0 11101 11100110 1000010 101011

Color Harmonies of #253DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DB4

Black with #253DB4

Text Example


Text Example

White with #253DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253DB4; }

 p { color: rgb(37,61,180); }

 H1.HeaderClassName
 {
   color: #253DB4;
 }
 .AnyTagClassName
 {
   color: #253DB4;
 }
</style>

background-color css

<style>
 a { background-color: #253DB4; }

 a { background-color: rgb(37,61,180); }

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

border-color css

<style>
 span { border-color: #253DB4; }

 span { border-color: rgb(37,61,180); }

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