Html Css Color HEX #2F34CD Persian Blue

📋 copy color: '#2F34CD'

red 47 ◦ green 52 ◦ blue 205

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

Shades of Persian Blue #2F34CD

Tints of Persian Blue #2F34CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.43%

R = 15.46%
G = 17.11%
B = 67.43%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F34CD (or 0x2F34CD) is known color: Persian Blue. HEX triplet: 2F, 34 and CD. RGB value is (47,52,205). Sum of RGB (Red+Green+Blue) = 47+52+205=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F34CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F34CD is #D0CB32. Grayscale: #434343. Windows color (decimal): -13683507 or 13448239. OLE color: 13448239.

HSL color Cylindrical-coordinate representation of color #2F34CD: hue angle of 238.1º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F34CD is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 52 205 -
CMYK 0.77 0.75 0 0.20
HSL 238.1º 0.63% 0.49% -
HSV(B) 238.1º 0.77% 0.8% -
XYZ 13.42 7.47 58.49 -
YUV 67.95 205.34 113.06 -
System Red Green Blue C M Y K H S L
Decimal 47 52 205 0.77 0.75 0 0.20 238.1 0.63 0.49
Hex 2F 34 CD 4D 4B 0 14 EE 3F 31
Octal 57 64 315 115 113 0 24 356 77 61
Binary 101111 110100 11001101 1001101 1001011 0 10100 11101110 111111 110001

Color Harmonies of #2F34CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F34CD

Black with #2F34CD

Text Example


Text Example

White with #2F34CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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