Html Css Color HEX #3874B3 Curious Blue

📋 copy color: '#3874B3'

red 56 ◦ green 116 ◦ blue 179

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

Shades of Curious Blue #3874B3

Tints of Curious Blue #3874B3

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 179 (70.31% from 255) = 51%

R = 15.95%
G = 33.05%
B = 51%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3874B3 (or 0x3874B3) is known color: Curious Blue. HEX triplet: 38, 74 and B3. RGB value is (56,116,179). Sum of RGB (Red+Green+Blue) = 56+116+179=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #3874B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874B3 is #C78B4C. Grayscale: #686868. Windows color (decimal): -13077325 or 11760696. OLE color: 11760696.

HSL color Cylindrical-coordinate representation of color #3874B3: hue angle of 210.73º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3874B3 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 116 179 -
CMYK 0.69 0.35 0 0.30
HSL 210.73º 0.52% 0.46% -
HSV(B) 210.73º 0.69% 0.7% -
XYZ 16.01 16.59 45.01 -
YUV 105.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 56 116 179 0.69 0.35 0 0.30 210.73 0.52 0.46
Hex 38 74 B3 45 23 0 1E D3 34 2E
Octal 70 164 263 105 43 0 36 323 64 56
Binary 111000 1110100 10110011 1000101 100011 0 11110 11010011 110100 101110

Color Harmonies of #3874B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3874B3

Black with #3874B3

Text Example


Text Example

White with #3874B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3874B3; }

 p { color: rgb(56,116,179); }

 H1.HeaderClassName
 {
   color: #3874B3;
 }
 .AnyTagClassName
 {
   color: #3874B3;
 }
</style>

background-color css

<style>
 a { background-color: #3874B3; }

 a { background-color: rgb(56,116,179); }

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

border-color css

<style>
 span { border-color: #3874B3; }

 span { border-color: rgb(56,116,179); }

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