Html Css Color HEX #387FB4 Curious Blue

📋 copy color: '#387FB4'

red 56 ◦ green 127 ◦ blue 180

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

Shades of Curious Blue #387FB4

Tints of Curious Blue #387FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 180 (70.7% from 255) = 49.59%

R = 15.43%
G = 34.99%
B = 49.59%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#387FB4 (or 0x387FB4) is known color: Curious Blue. HEX triplet: 38, 7F and B4. RGB value is (56,127,180). Sum of RGB (Red+Green+Blue) = 56+127+180=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #387FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FB4 is #C7804B. Grayscale: #6F6F6F. Windows color (decimal): -13074508 or 11829048. OLE color: 11829048.

HSL color Cylindrical-coordinate representation of color #387FB4: hue angle of 205.65º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387FB4 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 127 180 -
CMYK 0.69 0.29 0 0.29
HSL 205.65º 0.53% 0.46% -
HSV(B) 205.65º 0.69% 0.71% -
XYZ 17.46 19.31 45.99 -
YUV 111.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 56 127 180 0.69 0.29 0 0.29 205.65 0.53 0.46
Hex 38 7F B4 45 1D 0 1D CE 35 2E
Octal 70 177 264 105 35 0 35 316 65 56
Binary 111000 1111111 10110100 1000101 11101 0 11101 11001110 110101 101110

Color Harmonies of #387FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FB4

Black with #387FB4

Text Example


Text Example

White with #387FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387FB4; }

 p { color: rgb(56,127,180); }

 H1.HeaderClassName
 {
   color: #387FB4;
 }
 .AnyTagClassName
 {
   color: #387FB4;
 }
</style>

background-color css

<style>
 a { background-color: #387FB4; }

 a { background-color: rgb(56,127,180); }

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

border-color css

<style>
 span { border-color: #387FB4; }

 span { border-color: rgb(56,127,180); }

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