Html Css Color HEX #3337CF Persian Blue

📋 copy color: '#3337CF'

red 51 ◦ green 55 ◦ blue 207

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

Shades of Persian Blue #3337CF

Tints of Persian Blue #3337CF

RGB

 RED value IS 51 (20.31% from 255) = 16.29%

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 16.29%
G = 17.57%
B = 66.13%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3337CF (or 0x3337CF) is known color: Persian Blue. HEX triplet: 33, 37 and CF. RGB value is (51,55,207). Sum of RGB (Red+Green+Blue) = 51+55+207=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #3337CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3337CF is #CCC830. Grayscale: #464646. Windows color (decimal): -13420593 or 13580083. OLE color: 13580083.

HSL color Cylindrical-coordinate representation of color #3337CF: hue angle of 238.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3337CF is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 55 207 -
CMYK 0.75 0.73 0 0.19
HSL 238.46º 0.62% 0.51% -
HSV(B) 238.46º 0.75% 0.81% -
XYZ 13.99 7.94 59.83 -
YUV 71.13 204.67 113.64 -
System Red Green Blue C M Y K H S L
Decimal 51 55 207 0.75 0.73 0 0.19 238.46 0.62 0.51
Hex 33 37 CF 4B 49 0 13 EE 3E 33
Octal 63 67 317 113 111 0 23 356 76 63
Binary 110011 110111 11001111 1001011 1001001 0 10011 11101110 111110 110011

Color Harmonies of #3337CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3337CF

Black with #3337CF

Text Example


Text Example

White with #3337CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3337CF; }

 p { color: rgb(51,55,207); }

 H1.HeaderClassName
 {
   color: #3337CF;
 }
 .AnyTagClassName
 {
   color: #3337CF;
 }
</style>

background-color css

<style>
 a { background-color: #3337CF; }

 a { background-color: rgb(51,55,207); }

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

border-color css

<style>
 span { border-color: #3337CF; }

 span { border-color: rgb(51,55,207); }

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