Html Css Color HEX #3481BC Curious Blue

📋 copy color: '#3481BC'

red 52 ◦ green 129 ◦ blue 188

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

Shades of Curious Blue #3481BC

Tints of Curious Blue #3481BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 14.09%
G = 34.96%
B = 50.95%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3481BC (or 0x3481BC) is known color: Curious Blue. HEX triplet: 34, 81 and BC. RGB value is (52,129,188). Sum of RGB (Red+Green+Blue) = 52+129+188=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #3481BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3481BC is #CB7E43. Grayscale: #707070. Windows color (decimal): -13336132 or 12353844. OLE color: 12353844.

HSL color Cylindrical-coordinate representation of color #3481BC: hue angle of 206.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3481BC is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 129 188 -
CMYK 0.72 0.31 0 0.26
HSL 206.03º 0.57% 0.47% -
HSV(B) 206.03º 0.72% 0.74% -
XYZ 18.34 20.06 50.48 -
YUV 112.7 170.49 84.7 -
System Red Green Blue C M Y K H S L
Decimal 52 129 188 0.72 0.31 0 0.26 206.03 0.57 0.47
Hex 34 81 BC 48 1F 0 1A CE 39 2F
Octal 64 201 274 110 37 0 32 316 71 57
Binary 110100 10000001 10111100 1001000 11111 0 11010 11001110 111001 101111

Color Harmonies of #3481BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3481BC

Black with #3481BC

Text Example


Text Example

White with #3481BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3481BC; }

 p { color: rgb(52,129,188); }

 H1.HeaderClassName
 {
   color: #3481BC;
 }
 .AnyTagClassName
 {
   color: #3481BC;
 }
</style>

background-color css

<style>
 a { background-color: #3481BC; }

 a { background-color: rgb(52,129,188); }

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

border-color css

<style>
 span { border-color: #3481BC; }

 span { border-color: rgb(52,129,188); }

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