Html Css Color HEX #283EBF Persian Blue

📋 copy color: '#283EBF'

red 40 ◦ green 62 ◦ blue 191

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

Shades of Persian Blue #283EBF

Tints of Persian Blue #283EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.19%

R = 13.65%
G = 21.16%
B = 65.19%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#283EBF (or 0x283EBF) is known color: Persian Blue. HEX triplet: 28, 3E and BF. RGB value is (40,62,191). Sum of RGB (Red+Green+Blue) = 40+62+191=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #283EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EBF is #D7C140. Grayscale: #454545. Windows color (decimal): -14139713 or 12533288. OLE color: 12533288.

HSL color Cylindrical-coordinate representation of color #283EBF: hue angle of 231.26º 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 #283EBF is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 62 191 -
CMYK 0.79 0.68 0 0.25
HSL 231.26º 0.65% 0.45% -
HSV(B) 231.26º 0.79% 0.75% -
XYZ 12 7.66 50.14 -
YUV 70.13 196.21 106.51 -
System Red Green Blue C M Y K H S L
Decimal 40 62 191 0.79 0.68 0 0.25 231.26 0.65 0.45
Hex 28 3E BF 4F 44 0 19 E7 41 2D
Octal 50 76 277 117 104 0 31 347 101 55
Binary 101000 111110 10111111 1001111 1000100 0 11001 11100111 1000001 101101

Color Harmonies of #283EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283EBF

Black with #283EBF

Text Example


Text Example

White with #283EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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