Html Css Color HEX #388FDA Curious Blue

📋 copy color: '#388FDA'

red 56 ◦ green 143 ◦ blue 218

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

Shades of Curious Blue #388FDA

Tints of Curious Blue #388FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 13.43%
G = 34.29%
B = 52.28%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#388FDA (or 0x388FDA) is known color: Curious Blue. HEX triplet: 38, 8F and DA. RGB value is (56,143,218). Sum of RGB (Red+Green+Blue) = 56+143+218=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #388FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FDA is #C77025. Grayscale: #7D7D7D. Windows color (decimal): -13070374 or 14323512. OLE color: 14323512.

HSL color Cylindrical-coordinate representation of color #388FDA: hue angle of 207.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #388FDA is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 143 218 -
CMYK 0.74 0.34 0 0.15
HSL 207.78º 0.69% 0.54% -
HSV(B) 207.78º 0.74% 0.85% -
XYZ 24.11 25.55 69.99 -
YUV 125.54 180.18 78.4 -
System Red Green Blue C M Y K H S L
Decimal 56 143 218 0.74 0.34 0 0.15 207.78 0.69 0.54
Hex 38 8F DA 4A 22 0 F D0 45 36
Octal 70 217 332 112 42 0 17 320 105 66
Binary 111000 10001111 11011010 1001010 100010 0 1111 11010000 1000101 110110

Color Harmonies of #388FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FDA

Black with #388FDA

Text Example


Text Example

White with #388FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388FDA; }

 p { color: rgb(56,143,218); }

 H1.HeaderClassName
 {
   color: #388FDA;
 }
 .AnyTagClassName
 {
   color: #388FDA;
 }
</style>

background-color css

<style>
 a { background-color: #388FDA; }

 a { background-color: rgb(56,143,218); }

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

border-color css

<style>
 span { border-color: #388FDA; }

 span { border-color: rgb(56,143,218); }

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