Html Css Color HEX #283DBC Persian Blue

📋 copy color: '#283DBC'

red 40 ◦ green 61 ◦ blue 188

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

Shades of Persian Blue #283DBC

Tints of Persian Blue #283DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 13.84%
G = 21.11%
B = 65.05%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#283DBC (or 0x283DBC) is known color: Persian Blue. HEX triplet: 28, 3D and BC. RGB value is (40,61,188). Sum of RGB (Red+Green+Blue) = 40+61+188=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #283DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DBC is #D7C243. Grayscale: #444444. Windows color (decimal): -14139972 or 12336424. OLE color: 12336424.

HSL color Cylindrical-coordinate representation of color #283DBC: hue angle of 231.49º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283DBC is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 61 188 -
CMYK 0.79 0.68 0 0.26
HSL 231.49º 0.65% 0.45% -
HSV(B) 231.49º 0.79% 0.74% -
XYZ 11.62 7.42 48.4 -
YUV 69.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 40 61 188 0.79 0.68 0 0.26 231.49 0.65 0.45
Hex 28 3D BC 4F 44 0 1A E7 41 2D
Octal 50 75 274 117 104 0 32 347 101 55
Binary 101000 111101 10111100 1001111 1000100 0 11010 11100111 1000001 101101

Color Harmonies of #283DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DBC

Black with #283DBC

Text Example


Text Example

White with #283DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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