Html Css Color HEX #2F30DD Persian Blue

📋 copy color: '#2F30DD'

red 47 ◦ green 48 ◦ blue 221

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

Shades of Persian Blue #2F30DD

Tints of Persian Blue #2F30DD

RGB

 RED value IS 47 (18.75% from 255) = 14.87%

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 14.87%
G = 15.19%
B = 69.94%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F30DD (or 0x2F30DD) is known color: Persian Blue. HEX triplet: 2F, 30 and DD. RGB value is (47,48,221). Sum of RGB (Red+Green+Blue) = 47+48+221=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F30DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F30DD is #D0CF22. Grayscale: #424242. Windows color (decimal): -13684515 or 14495791. OLE color: 14495791.

HSL color Cylindrical-coordinate representation of color #2F30DD: hue angle of 239.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F30DD is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 48 221 -
CMYK 0.79 0.78 0 0.13
HSL 239.66º 0.72% 0.53% -
HSV(B) 239.66º 0.79% 0.87% -
XYZ 15.28 7.94 69.13 -
YUV 67.42 214.67 113.43 -
System Red Green Blue C M Y K H S L
Decimal 47 48 221 0.79 0.78 0 0.13 239.66 0.72 0.53
Hex 2F 30 DD 4F 4E 0 D F0 48 35
Octal 57 60 335 117 116 0 15 360 110 65
Binary 101111 110000 11011101 1001111 1001110 0 1101 11110000 1001000 110101

Color Harmonies of #2F30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F30DD

Black with #2F30DD

Text Example


Text Example

White with #2F30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F30DD; }

 p { color: rgb(47,48,221); }

 H1.HeaderClassName
 {
   color: #2F30DD;
 }
 .AnyTagClassName
 {
   color: #2F30DD;
 }
</style>

background-color css

<style>
 a { background-color: #2F30DD; }

 a { background-color: rgb(47,48,221); }

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

border-color css

<style>
 span { border-color: #2F30DD; }

 span { border-color: rgb(47,48,221); }

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