Html Css Color HEX #283DBA Persian Blue

📋 copy color: '#283DBA'

red 40 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #283DBA

Tints of Persian Blue #283DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.81%

R = 13.94%
G = 21.25%
B = 64.81%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#283DBA (or 0x283DBA) is known color: Persian Blue. HEX triplet: 28, 3D and BA. RGB value is (40,61,186). Sum of RGB (Red+Green+Blue) = 40+61+186=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #283DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DBA is #D7C245. Grayscale: #444444. Windows color (decimal): -14139974 or 12205352. OLE color: 12205352.

HSL color Cylindrical-coordinate representation of color #283DBA: hue angle of 231.37º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283DBA is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 61 186 -
CMYK 0.78 0.67 0 0.27
HSL 231.37º 0.65% 0.44% -
HSV(B) 231.37º 0.78% 0.73% -
XYZ 11.41 7.33 47.27 -
YUV 68.97 194.04 107.34 -
System Red Green Blue C M Y K H S L
Decimal 40 61 186 0.78 0.67 0 0.27 231.37 0.65 0.44
Hex 28 3D BA 4E 43 0 1B E7 41 2C
Octal 50 75 272 116 103 0 33 347 101 54
Binary 101000 111101 10111010 1001110 1000011 0 11011 11100111 1000001 101100

Color Harmonies of #283DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DBA

Black with #283DBA

Text Example


Text Example

White with #283DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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