Html Css Color HEX #2F35CF Persian Blue

📋 copy color: '#2F35CF'

red 47 ◦ green 53 ◦ blue 207

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

Shades of Persian Blue #2F35CF

Tints of Persian Blue #2F35CF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 207 (81.25% from 255) = 67.43%

R = 15.31%
G = 17.26%
B = 67.43%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F35CF (or 0x2F35CF) is known color: Persian Blue. HEX triplet: 2F, 35 and CF. RGB value is (47,53,207). Sum of RGB (Red+Green+Blue) = 47+53+207=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F35CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F35CF is #D0CA30. Grayscale: #444444. Windows color (decimal): -13683249 or 13579567. OLE color: 13579567.

HSL color Cylindrical-coordinate representation of color #2F35CF: hue angle of 237.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F35CF is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 53 207 -
CMYK 0.77 0.74 0 0.19
HSL 237.75º 0.63% 0.5% -
HSV(B) 237.75º 0.77% 0.81% -
XYZ 13.71 7.66 59.79 -
YUV 68.76 206.01 112.48 -
System Red Green Blue C M Y K H S L
Decimal 47 53 207 0.77 0.74 0 0.19 237.75 0.63 0.5
Hex 2F 35 CF 4D 4A 0 13 EE 3F 32
Octal 57 65 317 115 112 0 23 356 77 62
Binary 101111 110101 11001111 1001101 1001010 0 10011 11101110 111111 110010

Color Harmonies of #2F35CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F35CF

Black with #2F35CF

Text Example


Text Example

White with #2F35CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,53,207); }

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

background-color css

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

 a { background-color: rgb(47,53,207); }

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

border-color css

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

 span { border-color: rgb(47,53,207); }

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