Html Css Color HEX #283DAF Persian Blue

📋 copy color: '#283DAF'

red 40 ◦ green 61 ◦ blue 175

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

Shades of Persian Blue #283DAF

Tints of Persian Blue #283DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 63.41%

R = 14.49%
G = 22.1%
B = 63.41%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#283DAF (or 0x283DAF) is known color: Persian Blue. HEX triplet: 28, 3D and AF. RGB value is (40,61,175). Sum of RGB (Red+Green+Blue) = 40+61+175=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #283DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DAF is #D7C250. Grayscale: #434343. Windows color (decimal): -14139985 or 11484456. OLE color: 11484456.

HSL color Cylindrical-coordinate representation of color #283DAF: hue angle of 230.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283DAF is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 61 175 -
CMYK 0.77 0.65 0 0.31
HSL 230.67º 0.63% 0.42% -
HSV(B) 230.67º 0.77% 0.69% -
XYZ 10.28 6.88 41.34 -
YUV 67.72 188.54 108.23 -
System Red Green Blue C M Y K H S L
Decimal 40 61 175 0.77 0.65 0 0.31 230.67 0.63 0.42
Hex 28 3D AF 4D 41 0 1F E7 3F 2A
Octal 50 75 257 115 101 0 37 347 77 52
Binary 101000 111101 10101111 1001101 1000001 0 11111 11100111 111111 101010

Color Harmonies of #283DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DAF

Black with #283DAF

Text Example


Text Example

White with #283DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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