Html Css Color HEX #3830CF Persian Blue

📋 copy color: '#3830CF'

red 56 ◦ green 48 ◦ blue 207

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

Shades of Persian Blue #3830CF

Tints of Persian Blue #3830CF

RGB

 RED value IS 56 (22.27% from 255) = 18.01%

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

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

R = 18.01%
G = 15.43%
B = 66.56%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3830CF (or 0x3830CF) is known color: Persian Blue. HEX triplet: 38, 30 and CF. RGB value is (56,48,207). Sum of RGB (Red+Green+Blue) = 56+48+207=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #3830CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3830CF is #C7CF30. Grayscale: #434343. Windows color (decimal): -13094705 or 13578296. OLE color: 13578296.

HSL color Cylindrical-coordinate representation of color #3830CF: hue angle of 243.02º degrees, saturation: 0.62, 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 #3830CF is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 48 207 -
CMYK 0.73 0.77 0 0.19
HSL 243.02º 0.62% 0.5% -
HSV(B) 243.02º 0.77% 0.81% -
XYZ 13.95 7.46 59.74 -
YUV 68.52 206.15 119.07 -
System Red Green Blue C M Y K H S L
Decimal 56 48 207 0.73 0.77 0 0.19 243.02 0.62 0.5
Hex 38 30 CF 49 4D 0 13 F3 3E 32
Octal 70 60 317 111 115 0 23 363 76 62
Binary 111000 110000 11001111 1001001 1001101 0 10011 11110011 111110 110010

Color Harmonies of #3830CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3830CF

Black with #3830CF

Text Example


Text Example

White with #3830CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,48,207); }

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

background-color css

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

 a { background-color: rgb(56,48,207); }

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

border-color css

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

 span { border-color: rgb(56,48,207); }

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