Html Css Color HEX #3483CB Curious Blue

📋 copy color: '#3483CB'

red 52 ◦ green 131 ◦ blue 203

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

Shades of Curious Blue #3483CB

Tints of Curious Blue #3483CB

RGB

 RED value IS 52 (20.7% from 255) = 13.47%

 GREEN value IS 131 (51.56% from 255) = 33.94%

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 13.47%
G = 33.94%
B = 52.59%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3483CB (or 0x3483CB) is known color: Curious Blue. HEX triplet: 34, 83 and CB. RGB value is (52,131,203). Sum of RGB (Red+Green+Blue) = 52+131+203=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #3483CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3483CB is #CB7C34. Grayscale: #737373. Windows color (decimal): -13335605 or 13337396. OLE color: 13337396.

HSL color Cylindrical-coordinate representation of color #3483CB: hue angle of 208.61º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3483CB is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 131 203 -
CMYK 0.74 0.35 0 0.20
HSL 208.61º 0.59% 0.5% -
HSV(B) 208.61º 0.74% 0.8% -
XYZ 20.31 21.27 59.54 -
YUV 115.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 52 131 203 0.74 0.35 0 0.20 208.61 0.59 0.5
Hex 34 83 CB 4A 23 0 14 D1 3B 32
Octal 64 203 313 112 43 0 24 321 73 62
Binary 110100 10000011 11001011 1001010 100011 0 10100 11010001 111011 110010

Color Harmonies of #3483CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3483CB

Black with #3483CB

Text Example


Text Example

White with #3483CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3483CB; }

 p { color: rgb(52,131,203); }

 H1.HeaderClassName
 {
   color: #3483CB;
 }
 .AnyTagClassName
 {
   color: #3483CB;
 }
</style>

background-color css

<style>
 a { background-color: #3483CB; }

 a { background-color: rgb(52,131,203); }

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

border-color css

<style>
 span { border-color: #3483CB; }

 span { border-color: rgb(52,131,203); }

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