Html Css Color HEX #283EBE Persian Blue

📋 copy color: '#283EBE'

red 40 ◦ green 62 ◦ blue 190

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

Shades of Persian Blue #283EBE

Tints of Persian Blue #283EBE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.23%

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

R = 13.7%
G = 21.23%
B = 65.07%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#283EBE (or 0x283EBE) is known color: Persian Blue. HEX triplet: 28, 3E and BE. RGB value is (40,62,190). Sum of RGB (Red+Green+Blue) = 40+62+190=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #283EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EBE is #D7C141. Grayscale: #454545. Windows color (decimal): -14139714 or 12467752. OLE color: 12467752.

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

Color convert

RGB 40 62 190 -
CMYK 0.79 0.67 0 0.25
HSL 231.2º 0.65% 0.45% -
HSV(B) 231.2º 0.79% 0.75% -
XYZ 11.89 7.61 49.56 -
YUV 70.01 195.71 106.59 -
System Red Green Blue C M Y K H S L
Decimal 40 62 190 0.79 0.67 0 0.25 231.2 0.65 0.45
Hex 28 3E BE 4F 43 0 19 E7 41 2D
Octal 50 76 276 117 103 0 31 347 101 55
Binary 101000 111110 10111110 1001111 1000011 0 11001 11100111 1000001 101101

Color Harmonies of #283EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283EBE

Black with #283EBE

Text Example


Text Example

White with #283EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283EBE; }

 p { color: rgb(40,62,190); }

 H1.HeaderClassName
 {
   color: #283EBE;
 }
 .AnyTagClassName
 {
   color: #283EBE;
 }
</style>

background-color css

<style>
 a { background-color: #283EBE; }

 a { background-color: rgb(40,62,190); }

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

border-color css

<style>
 span { border-color: #283EBE; }

 span { border-color: rgb(40,62,190); }

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