Html Css Color HEX #282EBB Persian Blue

📋 copy color: '#282EBB'

red 40 ◦ green 46 ◦ blue 187

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

Shades of Persian Blue #282EBB

Tints of Persian Blue #282EBB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.85%

 BLUE value IS 187 (73.44% from 255) = 68.5%

R = 14.65%
G = 16.85%
B = 68.5%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#282EBB (or 0x282EBB) is known color: Persian Blue. HEX triplet: 28, 2E and BB. RGB value is (40,46,187). Sum of RGB (Red+Green+Blue) = 40+46+187=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #282EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282EBB is #D7D144. Grayscale: #3B3B3B. Windows color (decimal): -14143813 or 12267048. OLE color: 12267048.

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

Color convert

RGB 40 46 187 -
CMYK 0.79 0.75 0 0.27
HSL 237.55º 0.65% 0.45% -
HSV(B) 237.55º 0.79% 0.73% -
XYZ 10.82 5.99 47.6 -
YUV 60.28 199.51 113.54 -
System Red Green Blue C M Y K H S L
Decimal 40 46 187 0.79 0.75 0 0.27 237.55 0.65 0.45
Hex 28 2E BB 4F 4B 0 1B EE 41 2D
Octal 50 56 273 117 113 0 33 356 101 55
Binary 101000 101110 10111011 1001111 1001011 0 11011 11101110 1000001 101101

Color Harmonies of #282EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282EBB

Black with #282EBB

Text Example


Text Example

White with #282EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282EBB; }

 p { color: rgb(40,46,187); }

 H1.HeaderClassName
 {
   color: #282EBB;
 }
 .AnyTagClassName
 {
   color: #282EBB;
 }
</style>

background-color css

<style>
 a { background-color: #282EBB; }

 a { background-color: rgb(40,46,187); }

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

border-color css

<style>
 span { border-color: #282EBB; }

 span { border-color: rgb(40,46,187); }

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