Html Css Color HEX #2F34DC Persian Blue

📋 copy color: '#2F34DC'

red 47 ◦ green 52 ◦ blue 220

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

Shades of Persian Blue #2F34DC

Tints of Persian Blue #2F34DC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.3%

 BLUE value IS 220 (86.33% from 255) = 68.97%

R = 14.73%
G = 16.3%
B = 68.97%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F34DC (or 0x2F34DC) is known color: Persian Blue. HEX triplet: 2F, 34 and DC. RGB value is (47,52,220). Sum of RGB (Red+Green+Blue) = 47+52+220=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F34DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F34DC is #D0CB23. Grayscale: #444444. Windows color (decimal): -13683492 or 14431279. OLE color: 14431279.

HSL color Cylindrical-coordinate representation of color #2F34DC: hue angle of 238.27º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F34DC is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 52 220 -
CMYK 0.79 0.76 0 0.14
HSL 238.27º 0.71% 0.52% -
HSV(B) 238.27º 0.79% 0.86% -
XYZ 15.32 8.23 68.49 -
YUV 69.66 212.84 111.84 -
System Red Green Blue C M Y K H S L
Decimal 47 52 220 0.79 0.76 0 0.14 238.27 0.71 0.52
Hex 2F 34 DC 4F 4C 0 E EE 47 34
Octal 57 64 334 117 114 0 16 356 107 64
Binary 101111 110100 11011100 1001111 1001100 0 1110 11101110 1000111 110100

Color Harmonies of #2F34DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F34DC

Black with #2F34DC

Text Example


Text Example

White with #2F34DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,52,220); }

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

background-color css

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

 a { background-color: rgb(47,52,220); }

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

border-color css

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

 span { border-color: rgb(47,52,220); }

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