Html Css Color HEX #282FB3 Persian Blue

📋 copy color: '#282FB3'

red 40 ◦ green 47 ◦ blue 179

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

Shades of Persian Blue #282FB3

Tints of Persian Blue #282FB3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

 BLUE value IS 179 (70.31% from 255) = 67.29%

R = 15.04%
G = 17.67%
B = 67.29%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#282FB3 (or 0x282FB3) is known color: Persian Blue. HEX triplet: 28, 2F and B3. RGB value is (40,47,179). Sum of RGB (Red+Green+Blue) = 40+47+179=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 179 (70.31% from 255 or 67.29% from 266); Max value from RGB is 179 - color contains mainly: blue. Hex color #282FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282FB3 is #D7D04C. Grayscale: #3B3B3B. Windows color (decimal): -14143565 or 11743016. OLE color: 11743016.

HSL color Cylindrical-coordinate representation of color #282FB3: hue angle of 236.98º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282FB3 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 47 179 -
CMYK 0.78 0.74 0 0.30
HSL 236.98º 0.63% 0.43% -
HSV(B) 236.98º 0.78% 0.7% -
XYZ 10.03 5.74 43.23 -
YUV 59.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 40 47 179 0.78 0.74 0 0.30 236.98 0.63 0.43
Hex 28 2F B3 4E 4A 0 1E ED 3F 2B
Octal 50 57 263 116 112 0 36 355 77 53
Binary 101000 101111 10110011 1001110 1001010 0 11110 11101101 111111 101011

Color Harmonies of #282FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282FB3

Black with #282FB3

Text Example


Text Example

White with #282FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,47,179); }

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

background-color css

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

 a { background-color: rgb(40,47,179); }

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

border-color css

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

 span { border-color: rgb(40,47,179); }

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