Html Css Color HEX #283DB3 Persian Blue

📋 copy color: '#283DB3'

red 40 ◦ green 61 ◦ blue 179

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

Shades of Persian Blue #283DB3

Tints of Persian Blue #283DB3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.79%

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

R = 14.29%
G = 21.79%
B = 63.93%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#283DB3 (or 0x283DB3) is known color: Persian Blue. HEX triplet: 28, 3D and B3. RGB value is (40,61,179). Sum of RGB (Red+Green+Blue) = 40+61+179=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 179 (70.31% from 255 or 63.93% from 280); Max value from RGB is 179 - color contains mainly: blue. Hex color #283DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DB3 is #D7C24C. Grayscale: #434343. Windows color (decimal): -14139981 or 11746600. OLE color: 11746600.

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

Color convert

RGB 40 61 179 -
CMYK 0.78 0.66 0 0.30
HSL 230.94º 0.63% 0.43% -
HSV(B) 230.94º 0.78% 0.7% -
XYZ 10.68 7.04 43.44 -
YUV 68.17 190.54 107.91 -
System Red Green Blue C M Y K H S L
Decimal 40 61 179 0.78 0.66 0 0.30 230.94 0.63 0.43
Hex 28 3D B3 4E 42 0 1E E7 3F 2B
Octal 50 75 263 116 102 0 36 347 77 53
Binary 101000 111101 10110011 1001110 1000010 0 11110 11100111 111111 101011

Color Harmonies of #283DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DB3

Black with #283DB3

Text Example


Text Example

White with #283DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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