Html Css Color HEX #283FB3 Persian Blue

📋 copy color: '#283FB3'

red 40 ◦ green 63 ◦ blue 179

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

Shades of Persian Blue #283FB3

Tints of Persian Blue #283FB3

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

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

R = 14.18%
G = 22.34%
B = 63.48%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#283FB3 (or 0x283FB3) is known color: Persian Blue. HEX triplet: 28, 3F and B3. RGB value is (40,63,179). Sum of RGB (Red+Green+Blue) = 40+63+179=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 179 (70.31% from 255 or 63.48% from 282); Max value from RGB is 179 - color contains mainly: blue. Hex color #283FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FB3 is #D7C04C. Grayscale: #444444. Windows color (decimal): -14139469 or 11747112. OLE color: 11747112.

HSL color Cylindrical-coordinate representation of color #283FB3: hue angle of 230.07º 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 #283FB3 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 63 179 -
CMYK 0.78 0.65 0 0.30
HSL 230.07º 0.63% 0.43% -
HSV(B) 230.07º 0.78% 0.7% -
XYZ 10.79 7.26 43.48 -
YUV 69.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 40 63 179 0.78 0.65 0 0.30 230.07 0.63 0.43
Hex 28 3F B3 4E 41 0 1E E6 3F 2B
Octal 50 77 263 116 101 0 36 346 77 53
Binary 101000 111111 10110011 1001110 1000001 0 11110 11100110 111111 101011

Color Harmonies of #283FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283FB3

Black with #283FB3

Text Example


Text Example

White with #283FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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