Html Css Color HEX #003DDA Persian Blue

📋 copy color: '#003DDA'

red 0 ◦ green 61 ◦ blue 218

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

Shades of Persian Blue #003DDA

Tints of Persian Blue #003DDA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 218 (85.55% from 255) = 78.14%

R = 0%
G = 21.86%
B = 78.14%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#003DDA (or 0x003DDA) is known color: Persian Blue. HEX triplet: 00, 3D and DA. RGB value is (0,61,218). Sum of RGB (Red+Green+Blue) = 0+61+218=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #003DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DDA is #FFC225. Grayscale: #3B3B3B. Windows color (decimal): -16761382 or 14302464. OLE color: 14302464.

HSL color Cylindrical-coordinate representation of color #003DDA: hue angle of 223.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DDA is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 61 218 -
CMYK 1 0.72 0 0.15
HSL 223.21º 1% 0.43% -
HSV(B) 223.21º 1% 0.85% -
XYZ 14.32 8.4 67.2 -
YUV 60.66 216.79 84.73 -
System Red Green Blue C M Y K H S L
Decimal 0 61 218 1 0.72 0 0.15 223.21 1 0.43
Hex 0 3D DA 64 48 0 F DF 64 2B
Octal 0 75 332 144 110 0 17 337 144 53
Binary 0 111101 11011010 1100100 1001000 0 1111 11011111 1100100 101011

Color Harmonies of #003DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003DDA

Black with #003DDA

Text Example


Text Example

White with #003DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003DDA; }

 p { color: rgb(0,61,218); }

 H1.HeaderClassName
 {
   color: #003DDA;
 }
 .AnyTagClassName
 {
   color: #003DDA;
 }
</style>

background-color css

<style>
 a { background-color: #003DDA; }

 a { background-color: rgb(0,61,218); }

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

border-color css

<style>
 span { border-color: #003DDA; }

 span { border-color: rgb(0,61,218); }

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