Html Css Color HEX #283DB2 Persian Blue

📋 copy color: '#283DB2'

red 40 ◦ green 61 ◦ blue 178

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

Shades of Persian Blue #283DB2

Tints of Persian Blue #283DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 63.8%

R = 14.34%
G = 21.86%
B = 63.8%

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

#283DB2 (or 0x283DB2) is known color: Persian Blue. HEX triplet: 28, 3D and B2. RGB value is (40,61,178). Sum of RGB (Red+Green+Blue) = 40+61+178=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 178 (69.92% from 255 or 63.80% from 279); Max value from RGB is 178 - color contains mainly: blue. Hex color #283DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DB2 is #D7C24D. Grayscale: #434343. Windows color (decimal): -14139982 or 11681064. OLE color: 11681064.

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

Color convert

RGB 40 61 178 -
CMYK 0.78 0.66 0 0.30
HSL 230.87º 0.63% 0.43% -
HSV(B) 230.87º 0.78% 0.7% -
XYZ 10.58 7 42.91 -
YUV 68.06 190.04 107.99 -
System Red Green Blue C M Y K H S L
Decimal 40 61 178 0.78 0.66 0 0.30 230.87 0.63 0.43
Hex 28 3D B2 4E 42 0 1E E7 3F 2B
Octal 50 75 262 116 102 0 36 347 77 53
Binary 101000 111101 10110010 1001110 1000010 0 11110 11100111 111111 101011

Color Harmonies of #283DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DB2

Black with #283DB2

Text Example


Text Example

White with #283DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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